We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfdcd96 + a92eb02 commit 60a89b7Copy full SHA for 60a89b7
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@v5
+ - uses: actions/setup-node@v6
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