diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 31ed348..4962757 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ env.DEFAULT_NODE_VERSION }} registry-url: "https://npm.pkg.github.com"