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 2ab98d5 commit 6a2dbc8Copy full SHA for 6a2dbc8
.github/workflows/npm_publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: 18
+ node-version: 22
19
- run: yarn install --immutable
20
- run: yarn build
21
- run: yarn lint
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
registry-url: https://registry.npmjs.org/
39
40
.github/workflows/pull_requests.yml
0 commit comments