Skip to content

Commit

Permalink
chore: update linter action to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
BramDevlaminck committed Aug 1, 2022
1 parent 6731481 commit 113e02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: yarn
- name: Install dependencies
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: yarn
- name: Install dependencies
run: |
Expand Down

0 comments on commit 113e02c

Please sign in to comment.