We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6239b commit 2c16d67Copy full SHA for 2c16d67
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
# Install Node runtime and dependencies
40
- uses: actions/setup-node@v5
41
with:
42
- node-version: 10.x
+ node-version: "24"
43
44
- uses: actions/cache@v4
45
id: cache-node
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
registry-url: https://registry.npmjs.org
87
88
0 commit comments