Skip to content

Commit

Permalink
Drops support for Node < 14.18.0 to enable using node:-prefixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Nov 4, 2024
1 parent 43eaa17 commit c0964b9
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']
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 @@ -65,6 +65,6 @@
"access": "public"
},
"engines": {
"node": ">=14.14.0"
"node": ">=14.18.0"
}
}

0 comments on commit c0964b9

Please sign in to comment.