diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 078b45a..b171f28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: ${{ github.ref == 'refs/heads/master' && '0' || '1' }} - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 # cache: 'yarn' @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 @@ -80,7 +80,7 @@ jobs: run: yarn build - name: Switch Node.js to ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Setup NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 14 # the lowest required