We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2014a1 + 805c0b2 commit 35ccfd2Copy full SHA for 35ccfd2
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
22
with:
23
node-version: 20
24
cache: npm
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments