We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00908c2 commit 4a47856Copy full SHA for 4a47856
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
19
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
20
with:
21
node-version-file: .node-version
22
cache: npm
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments