Skip to content

Commit

Permalink
update nodejs version for ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC-99 committed Feb 28, 2024
1 parent 6eb1340 commit 42da9ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
node_version:
- 14.x
- 16.x
- 18.x
- 20.x
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node_version:
- 16.x
- 18.x
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 42da9ec

Please sign in to comment.