Skip to content

Commit

Permalink
update build to node v20 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman authored Aug 18, 2024
1 parent 3c51958 commit dfd259c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🍔🍟🥤
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Use Node.js 😂
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20'

- name: Install and Build 🏭
run: |
Expand Down

0 comments on commit dfd259c

Please sign in to comment.