Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
andkom committed Dec 27, 2022
1 parent b91e09f commit 5dcbeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
node-version: '16'
cache: 'yarn'

- shell: bash
Expand Down

0 comments on commit 5dcbeaa

Please sign in to comment.