Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev-build-node-cpp-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
submodules: recursive
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-test-install-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
oidc-provider-name: gh-aerospike-clients
oidc-audience: aerospike/clients

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-upload-jfrog-build-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
oidc-provider-name: gh-aerospike-clients
oidc-audience: aerospike/clients

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-verify-npm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: ${{ matrix.os != 'windows-2022' }}
run: rm -rf ${{ github.workspace }}/*

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/stage-comprehensive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
submodules: recursive
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
submodules: recursive
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
submodules: recursive
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
# We need the last tag before the ref, so we can relabel the version if needed
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -641,7 +641,7 @@ jobs:
# We need the last tag before the ref, so we can relabel the version if needed
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -781,7 +781,7 @@ jobs:
# We need the last tag before the ref, so we can relabel the version if needed
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -886,7 +886,7 @@ jobs:
# We need the last tag before the ref, so we can relabel the version if needed
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -1000,7 +1000,7 @@ jobs:
# We need the last tag before the ref, so we can relabel the version if needed
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -1100,7 +1100,7 @@ jobs:
# We need the last tag before the ref, so we can relabel the version if needed
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down Expand Up @@ -1244,7 +1244,7 @@ jobs:
run: node ./scripts/change-install-command.js
working-directory: downloaded-artifacts/aerospike/${{ inputs.version }}

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
#if: ${{ inputs.platform-tag == 'macosx_arm64' }}
with:
node-version: ${{ matrix.nodejs-tag[1] }}
Expand Down Expand Up @@ -1314,7 +1314,7 @@ jobs:
# We need the last tag before the ref, so we can relabel the version if needed
fetch-depth: 0

- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ matrix.nodejs-tag[1] }}

Expand Down
Loading