Skip to content

Commit

Permalink
chore: update GH action to use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jan 14, 2024
1 parent 103b861 commit 91e2a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install node v16
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: yarn install
run: yarn install
- name: yarn build
Expand Down

0 comments on commit 91e2a16

Please sign in to comment.