We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acda07 commit 78924b0Copy full SHA for 78924b0
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
# Install Node
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 22.14.0
+ node-version: 22.20.0
18
cache: 'npm'
19
20
# Install & build & test:
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
# Install & unit test & build
0 commit comments