diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ba51eb493..9845fc88f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Install Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" cache: "npm"