mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
use node 20 in gh actions
This commit is contained in:
parent
f59d6334b6
commit
616e953065
1 changed files with 1 additions and 5 deletions
6
.github/workflows/deploy-docs.yml
vendored
6
.github/workflows/deploy-docs.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue