We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd8e79 commit 8c07d04Copy full SHA for 8c07d04
.github/workflows/integration-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
PLUGIN_NAME: ${{ matrix.pluginDir }}
65
66
- name: Setup node version
67
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
68
with:
69
node-version-file: "${{ matrix.pluginDir }}/.nvmrc"
70
registry-url: "https://registry.npmjs.org"
.github/workflows/update-examples.yaml
@@ -36,7 +36,7 @@ jobs:
36
permission-pull-requests: write
37
38
- name: Setup nodejs 22
39
40
41
node-version: 22
42
0 commit comments