Skip to content

Commit

Permalink
fix(linter): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
t8 committed Jan 12, 2024
1 parent 5e48b7d commit 685c46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install yarn
run: npm i -g yarn
Expand Down

0 comments on commit 685c46d

Please sign in to comment.