Skip to content

Commit

Permalink
chore: use node 18 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josheleonard committed Nov 15, 2023
1 parent fae8740 commit 599113b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16.x
node-version: 18.x
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit 599113b

Please sign in to comment.