Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
feat!(node): drop support for Node version < 18
Browse files Browse the repository at this point in the history
  • Loading branch information
hckhanh committed Feb 26, 2024
1 parent 396917d commit b9d2429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 13, 14, 15]
node: [18, 20, 21]
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Node.js ${{matrix.node}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 13, 14, 15]
node: [18, 20, 21]
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Node.js ${{matrix.node}}
Expand Down

0 comments on commit b9d2429

Please sign in to comment.