We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188e9a0 commit 72de6d9Copy full SHA for 72de6d9
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install Node.js
15
uses: actions/setup-node@v1
16
with:
17
- node-version: 18
+ node-version: 22
18
- run: npm install
19
- run: xvfb-run -a npm test
20
- name: Publish
.vscodeignore
@@ -10,4 +10,3 @@ test/**
10
tsconfig.json
11
rollup.config.ts
12
*.zip
13
-
0 commit comments