We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596b7f0 commit f99a51dCopy full SHA for f99a51d
5 files changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Node
12
uses: actions/setup-node@v4
13
with:
14
- node-version: '20.x'
+ node-version: '22.x'
15
registry-url: 'https://registry.npmjs.org'
16
- run: yarn install --frozen-lockfile
17
- run: yarn run build
.github/workflows/test.yml
- name: Use Node.js
uses: actions/setup-node@v3
- run: node --test --test-concurrency 1
0 commit comments