-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update the ci config #3789
ci: update the ci config #3789
Conversation
Change the Node.js version in the matrix tests from v16 to the latest LTS version, v18, and add tests for Node.js v19.
@@ -21,18 +21,6 @@ jobs: | |||
with: | |||
# The Node.js version to configure | |||
node-version: ${{ matrix.node }} | |||
# Caching dependencies to speed up workflows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the npm cache logic ( it"s not very useful
@@ -18,10 +18,6 @@ merge of your pull request! | |||
|
|||
**Why**: | |||
|
|||
<!-- How were these changes implemented? --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
@@ -2,7 +2,11 @@ | |||
name: Nodejs Test | |||
|
|||
# Triggers the workflow on push or pull request events | |||
on: [push, pull_request] | |||
on: | |||
push: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reduce redundant ci trigger
What:
Change the github actions ci config
Why:
Current Node.js LTS version is v18, and v19 has been released.
How:
Change the Node.js version in the matrix tests from v16 to the latest LTS version, v18, and add tests for Node.js v19.
Checklist: