Skip to content

Commit 18ab014

Browse files
authored
Update Node for github pages Job (#90)
1 parent 5644838 commit 18ab014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v3
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '16.x'
15+
node-version: '18.x'
1616

1717
- name: Build website
1818
run: |

0 commit comments

Comments
 (0)