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 6e27cc6 commit 781bca4Copy full SHA for 781bca4
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 18
+ node-version: 22
18
- run: |
19
yarn
20
yarn build
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
registry-url: https://registry.npmjs.org/
32
33
0 commit comments