Skip to content

Commit

Permalink
ci(lint): use node lts/* (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Apr 16, 2024
1 parent e7587ba commit 69802d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: pnpm/action-setup@v2

- name: Set node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: lts/*
cache: pnpm

- name: Setup
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: lts/*
cache: pnpm

- name: Setup
Expand Down

0 comments on commit 69802d3

Please sign in to comment.