Skip to content

Commit

Permalink
ci: upgrde node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Jul 27, 2023
1 parent 82273ec commit cd393d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install dependencies
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install dependencies
run: |
Expand Down

0 comments on commit cd393d3

Please sign in to comment.