Skip to content

Commit

Permalink
Update node on gh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Feb 18, 2022
1 parent 512c938 commit ab054c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: Install packages
run: yarn install
- name: Run tests
Expand Down

0 comments on commit ab054c1

Please sign in to comment.