diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc9fe22..f596c17b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' cache-dependency-path: yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."