Skip to content

Commit

Permalink
run prebuilds on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Nov 27, 2024
1 parent a5aacf5 commit 60a425e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: ['node:14.0.0']
container: ['node:16.0.0']
node_api_target: ['18.0.0']
include:
- container: 'node:16.0.0'
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: ['node:14.0.0']
container: ['node:16.0.0']
node_api_target: ['18.0.0']
include:
- container: 'node:16.0.0'
Expand Down

0 comments on commit 60a425e

Please sign in to comment.