Skip to content

Commit b1ca69d

Browse files
committed
node 20
1 parent 6163902 commit b1ca69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 20
1717
- name: Build npm package
1818
run: |
1919
npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vite": "^6.3.0"
2525
},
2626
"engines": {
27-
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
27+
"node": "^20.0.0 || >=22.0.0"
2828
},
2929
"scripts": {}
3030
}

0 commit comments

Comments
 (0)