Skip to content

Commit ef7921d

Browse files
committed
Upgrade the node version in GitHub Actions
1 parent c7d2bb3 commit ef7921d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Setup .npmrc file to publish to npm
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: "20.x"
18+
node-version: "22.x"
1919
registry-url: "https://registry.npmjs.org"
2020
- run: yarn
2121
- run: yarn publish

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install gh CLI
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: "18"
20+
node-version: "22"
2121
- name: Create Release
2222
env:
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)