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 7b4b2e6 commit f4ff4e8Copy full SHA for f4ff4e8
.github/workflows/action.yml
@@ -16,7 +16,7 @@ jobs:
16
# Setup .npmrc file to publish to npm
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: "18.x"
+ node-version: "22.x"
20
registry-url: "https://registry.npmjs.org"
21
- run: yarn && yarn build
22
- run: npm publish --access=public
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Use Node.js ${{ matrix.node-version }}
30
uses: actions/setup-node@v4
31
32
- node-version: 18.x
+ node-version: 22.x
33
34
- name: Generate new version
35
run: npm version ${{ github.event.inputs.version }}
0 commit comments