Skip to content

Commit 289fc53

Browse files
committed
chore: bump node versions
1 parent 0142a14 commit 289fc53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
- run: npm install
1919

2020
publish-gpr:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: 20
30+
node-version: 24
3131
registry-url: https://npm.pkg.github.com/
3232
- name: Install
3333
run: npm install

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: 20
36+
node-version: 24
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v5
3939
- name: Install

0 commit comments

Comments
 (0)