Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore: update action to use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jan 10, 2024
1 parent 1f8815b commit 8c7bff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node v16
- name: install node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: yarn install
run: yarn install
- name: yarn build
Expand Down

0 comments on commit 8c7bff0

Please sign in to comment.