We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18e47b3 + 806f34e commit d2618f5Copy full SHA for d2618f5
1 file changed
.github/workflows/workflow.yml
@@ -12,7 +12,7 @@ jobs:
12
node-version: [20.x, 22.x]
13
steps:
14
- uses: actions/checkout@v5
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
16
with:
17
node-version: ${{ matrix.node-version }}
18
cache: 'npm'
@@ -30,7 +30,7 @@ jobs:
30
os: [windows-latest, macos-latest]
31
32
33
34
35
node-version: 22.x
36
0 commit comments