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 7, 2024
1 parent 27852ca commit 4bfeb3a
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 @@ -29,7 +29,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 @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
node: ['14.14.0', '16.0', '18.0']
node: ['14.18.0', '16.0', '18.0', '20']
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 @@ -71,7 +71,7 @@
"test": "c8 mocha"
},
"engines": {
"node": ">=12"
"node": ">=14.18.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4bfeb3a

Please sign in to comment.