Skip to content

Commit

Permalink
upgrade CI/CD nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh committed Oct 12, 2024
1 parent 690c4c5 commit 667576e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]

- name: Use Node.js v16
- name: Use Node.js v18.12.0
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
with:
node-version: 16
node-version: 18.12.0
cache: npm
registry-url: https://registry.npmjs.org

Expand Down

0 comments on commit 667576e

Please sign in to comment.