diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5095999..d03dccc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ matrix.node-version }} - run: npm ci @@ -80,7 +80,7 @@ jobs: with: name: build - name: Use Node.js ${{ env.DEFAULT_NODE_VERSION }} with NPM registry - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ env.DEFAULT_NODE_VERSION }} registry-url: "https://registry.npmjs.org" @@ -99,7 +99,7 @@ jobs: with: name: build - name: Use Node.js ${{ env.DEFAULT_NODE_VERSION }} with GPR registry - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ env.DEFAULT_NODE_VERSION }} registry-url: "https://npm.pkg.github.com"