Skip to content

Commit

Permalink
Add support for node 20 and drop support for node < 18 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuesichao authored Mar 12, 2024
1 parent 67f11c7 commit 41de2bd
Show file tree
Hide file tree
Showing 6 changed files with 20,165 additions and 55,884 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Get branch name
id: branch_name
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- name: NPM Install
run: npm install
Expand Down
Loading

0 comments on commit 41de2bd

Please sign in to comment.