Skip to content

Commit 43e32c1

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/multi-64fb13cbd3
2 parents f9a7710 + f7da57c commit 43e32c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '16'
30+
node-version: '22'
3131

3232
- name: Install dependencies
3333
run: npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # All history
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: '16'
23+
node-version: '22'
2424

2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)