Skip to content

Commit

Permalink
fix(ci): use NodeJS v16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed Dec 7, 2022
1 parent 3d5d303 commit 31b71ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.8
- name: Use Node.js 16.15.0
uses: actions/setup-node@v1
with:
node-version: 12.8
node-version: 16.15.0
- name: Install dependencies
run: npm install
- name: Lint
Expand Down

0 comments on commit 31b71ac

Please sign in to comment.