Skip to content

Commit 0e8905a

Browse files
committed
upgrade node version 16->20 in github action
1 parent 495dfe0 commit 0e8905a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- uses: actions/setup-node@v2
2323
with:
24-
node-version: 16
24+
node-version: 20
2525
cache: 'npm'
2626
cache-dependency-path: package.json
2727
- name: NPM Install
@@ -55,7 +55,7 @@ jobs:
5555
5656
- uses: actions/setup-node@v2
5757
with:
58-
node-version: 16
58+
node-version: 20
5959
cache: 'npm'
6060
cache-dependency-path: package.json
6161

0 commit comments

Comments
 (0)