Skip to content

Commit

Permalink
chore: rollback to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Oct 18, 2023
1 parent 8b7c285 commit 0f57f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 18.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x

# setup cache
- name: Get yarn cache directory path
Expand Down

0 comments on commit 0f57f5d

Please sign in to comment.