We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0acb3 commit 6e57ce2Copy full SHA for 6e57ce2
2 files changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-node@v2
11
with:
12
- node-version: '18.x'
+ node-version: '22.x'
13
registry-url: 'https://registry.npmjs.org'
14
- run: npm install
15
- run: npm run build
.github/workflows/test.yml
0 commit comments