Skip to content

Commit

Permalink
🔧 Update node version for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiner Pöpping committed Nov 13, 2024
1 parent 47c3323 commit 1c1b31d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Use Node 16
- name: Use Node 20
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20

- name: Build
run: npm run build-docs
Expand Down

0 comments on commit 1c1b31d

Please sign in to comment.