We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d2bb3 commit ef7921dCopy full SHA for ef7921d
.github/workflows/npmjs.yml
@@ -15,7 +15,7 @@ jobs:
15
# Setup .npmrc file to publish to npm
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: "20.x"
+ node-version: "22.x"
19
registry-url: "https://registry.npmjs.org"
20
- run: yarn
21
- run: yarn publish
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
- name: Install gh CLI
uses: actions/setup-node@v4
- node-version: "18"
+ node-version: "22"
- name: Create Release
22
env:
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments