1 parent 181a16f commit c4353f1Copy full SHA for c4353f1
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v7
19
- uses: actions/setup-node@v7
20
with:
21
- node-version: 20
+ node-version: 24
22
cache: npm
23
- run: npm ci
24
- run: npm test
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
25
26
27
0 commit comments