Skip to content

Commit

Permalink
ci: bump Node to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jun 17, 2022
1 parent e0bf027 commit 591ad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '17'
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit 591ad1b

Please sign in to comment.