diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index f4334e6..ff39591 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -24,7 +24,7 @@ jobs: with: deno-version: vx.x.x - name: Install desired Node.js version - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' - name: Verify Node.js Versions @@ -36,7 +36,7 @@ jobs: - run: npm run our:verify - name: Install targeted Node.js if: ${{ matrix.node != 20 }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Verify Node.js Versions @@ -55,7 +55,7 @@ jobs: with: deno-version: vx.x.x - name: Install desired Node.js version - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' - name: Verify Node.js Versions