Skip to content

Commit

Permalink
Update GitHub workflow to use Node 16 in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarchena committed Aug 4, 2023
1 parent 7f87f89 commit 222eb54
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
working-directory: client
Expand Down

0 comments on commit 222eb54

Please sign in to comment.