Skip to content

Commit

Permalink
Update Node version to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens-E committed Feb 18, 2024
1 parent 56fb599 commit 9fcb7af
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 v18
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 9fcb7af

Please sign in to comment.