Skip to content

Commit

Permalink
fix: node version in lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Jan 25, 2024
1 parent 42ebf5f commit 643d655
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'

- run: yarn install --frozen-lockfile --non-interactive

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'

- run: yarn install --frozen-lockfile --non-interactive
- name: Run linter
Expand Down

0 comments on commit 643d655

Please sign in to comment.