Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
ci: use node v16 (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 30, 2021
1 parent 4e7dd81 commit 4e99e19
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 @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Lint Files
Expand Down

0 comments on commit 4e99e19

Please sign in to comment.