Skip to content

Commit

Permalink
build(workflows): use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Nov 5, 2024
1 parent 80352ee commit 0f17b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- name: Build
run: |
yarn install --immutable
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand Down

0 comments on commit 0f17b58

Please sign in to comment.