We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89141c0 commit 80843f7Copy full SHA for 80843f7
.github/workflows/pipeline.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v4
34
35
- name: Use Node
36
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
37
with:
38
node-version-file: '.nvmrc'
39
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
node-version: ${{ matrix.node }}
67
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
.github/workflows/smoke-test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments