Skip to content

Commit

Permalink
Drops support for Node < 14.18.0 to enable node:-prefixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Nov 6, 2024
1 parent 7258738 commit c01345f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
node: ['14.14.0']
node: ['14.18.0']
name: Testing Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
node: ['14.14.0', '16.0', '18.0', '20.0']
node: ['14.18.0', '16.0', '18.0', '20.0']
name: Testing Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"test": "test"
},
"engines": {
"node": ">=14.14.0"
"node": ">=14.18.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c01345f

Please sign in to comment.