Skip to content

Commit

Permalink
ci(deps): use rolling node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Aug 24, 2024
1 parent ad30b21 commit f047ac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [20, 22]
node: [lts/-1, lts/*]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: lts/*
registry-url: https://registry.npmjs.org
- name: install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: lts/*
registry-url: https://registry.npmjs.org
- name: install dep
run: npm ci
Expand Down

0 comments on commit f047ac6

Please sign in to comment.