1 parent ccc4f5f commit 0eb245fCopy full SHA for 0eb245f
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- uses: actions/setup-node@v6
23
with:
24
- node-version: 20
+ node-version: 22
25
cache: npm
26
27
- name: Install dependencies
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v6
28
29
- run: npm ci
30
- run: npm run build
0 commit comments