Skip to content

Commit ef0409a

Browse files
committed
Update .github/workflows/release.yml+1
1 parent e75aa13 commit ef0409a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
2424
with:
2525
registry-url: 'https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN
26-
node-version: 18
26+
node-version: 22
2727
- name: Install Dependencies
2828
run: yarn install
2929
- name: Create Release Pull Request or Publish to npm

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
- name: Set Env
1818
run: |
1919
echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)