Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 10, 2024
1 parent 6b8ca6c commit fed4e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0']
include:
- container: 'node:18.0.0'
- node_api_target: '23.0.0'
node_api_target: '23.0.0'
container: ${{ matrix.container }}
steps:
- name: Checkout
Expand All @@ -42,7 +42,7 @@ jobs:
node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0']
include:
- container: 'node:18.0.0'
- node_api_target: '23.0.0'
node_api_target: '23.0.0'
container: ${{ matrix.container }}
steps:
- name: Checkout
Expand Down
7 changes: 2 additions & 5 deletions scripts/prebuild-os.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ let targets = process.argv.slice(2);

if (targets.length == 0) {
targets = [
'14.0.0',
'15.0.0',
'16.0.0',
'17.0.1',
'18.0.0',
'19.0.0',
'20.0.0',
'21.2.0',
'22.0.0'
'22.0.0',
'23.0.0'
];
}

Expand Down

0 comments on commit fed4e4e

Please sign in to comment.