Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0b86c9b

Browse files
committed
chore: updated node version
1 parent 8859dcb commit 0b86c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/configure-pages@v3
4141
- uses: actions/setup-node@master
4242
with:
43-
node-version: '18.x'
43+
node-version: '20.x'
4444
- run: npm i
4545
- run: npm run build
4646
- run: npm run deploy
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup node
7474
uses: actions/setup-node@v3
7575
with:
76-
node-version: 18.x
76+
node-version: 20.x
7777
cache: npm
7878
- name: Install dependencies
7979
run: npm i

.github/workflows/pages-html-proofer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-node@master
2222
with:
23-
node-version: '18.x'
23+
node-version: '20.x'
2424
- run: npm i
2525
- run: npm run build
2626
- run: npm run deploy:only

0 commit comments

Comments
 (0)