Skip to content

Commit 72de6d9

Browse files
committed
update ci node ver
1 parent 188e9a0 commit 72de6d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 18
17+
node-version: 22
1818
- run: npm install
1919
- run: xvfb-run -a npm test
2020
- name: Publish

.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ test/**
1010
tsconfig.json
1111
rollup.config.ts
1212
*.zip
13-

0 commit comments

Comments
 (0)