Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderson-salesforce authored Oct 20, 2023
1 parent a64fa9a commit 7325384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: NPM Install
run: npm install
- name: Unit Tests
Expand All @@ -40,4 +40,4 @@ jobs:
repository: salesforce/cix/cix
cache_froms: salesforce/cix:local
tag_with_ref: true
add_git_labels: true
add_git_labels: true

0 comments on commit 7325384

Please sign in to comment.