Skip to content

Commit b48c3b5

Browse files
committed
🔧 Update node version for docs build
1 parent 0ad3e95 commit b48c3b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010

1111
jobs:
1212
deploy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repo
1616
uses: actions/checkout@v2
1717

18-
- name: Use Node 16
18+
- name: Use Node 20
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 16
21+
node-version: 20
2222

2323
- name: Build
2424
run: npm run build-docs

0 commit comments

Comments
 (0)