Skip to content

Commit

Permalink
enable lts-1 again for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Oct 25, 2023
1 parent ae7bdea commit ced87c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:

strategy:
matrix:
# node-version: [ 'lts/-1', 'lts/*', 'node']
node-version: [ 'lts/*', 'node']
node-version: [ 'lts/-1', 'lts/*', 'node']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ced87c5

Please sign in to comment.