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 c776ce7 commit 61a2000Copy full SHA for 61a2000
.github/workflows/main-build.yml
@@ -30,7 +30,7 @@ jobs:
30
distribution: temurin
31
# vaadin 14 tests fail with node 18
32
- name: Set up Node
33
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #v6.0.0
34
with:
35
node-version: 16
36
.github/workflows/pr-build.yml
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
85
86
87
0 commit comments