use node 20 in gh actions

This commit is contained in:
Julius Zeidler 2024-02-19 22:45:07 +01:00
parent f59d6334b6
commit 616e953065

View file

@ -1,4 +1,3 @@
name: Deploy Docs
on:
@ -18,12 +17,10 @@ jobs:
# if your docs needs submodules, uncomment the following line
# submodules: true
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: yarn
- name: Install Deps
@ -45,4 +42,3 @@ jobs:
# This is the branch where the docs are deployed to
branch: gh-pages
folder: docs/.vuepress/dist