Skip to content

Commit

Permalink
πŸ“Œ build docs with node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Dec 13, 2023
1 parent 8de9790 commit 043e706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ['master']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -16,7 +16,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: '20'
cache: ${{ steps.detect-package-manager.outputs.manager }}

- name: Restore cache
Expand Down

0 comments on commit 043e706

Please sign in to comment.