We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dae7a commit 2621db9Copy full SHA for 2621db9
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
# Install Node
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 20.8.0
+ node-version: 20.18.1
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