Skip to content

Commit

Permalink
chore: Update node version requirement to include 18.x and 20.x in pa…
Browse files Browse the repository at this point in the history
…ckage.json
  • Loading branch information
Takeshi committed May 12, 2024
1 parent 8e49f1e commit 5269311
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [15.x]
node: [15.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -23,9 +23,6 @@ jobs:
- name: Install
run: yarn install

- name: Lint
run: yarn lint

- name: Test
run: yarn test

Expand Down

0 comments on commit 5269311

Please sign in to comment.