Skip to content

Commit

Permalink
Update Node version to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens-E committed Feb 18, 2024
1 parent 56fb599 commit 95ef47b
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 @@ -8,10 +8,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v12
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 95ef47b

Please sign in to comment.