Skip to content

Commit

Permalink
chore: upgrade node version in workflows (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirthavalliG authored Feb 5, 2024
1 parent 5002c29 commit 3cd0a34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- name: Install NPM dependencies
run: npm install
- name: Setup Java
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- name: Install NPM dependencies
run: npm install
- name: Setup Java
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- name: Install dependencies
run: npm install
- name: Run Semantic Release
Expand Down

0 comments on commit 3cd0a34

Please sign in to comment.