Skip to content

Commit

Permalink
github action: node-version: 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Oct 6, 2022
1 parent efa9815 commit 1bc3248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: Install root project dependencies
run: yarn
- name: Install extensions dependencies
Expand Down

0 comments on commit 1bc3248

Please sign in to comment.