Skip to content

Commit

Permalink
Merge pull request #566 from zowe/struga0258-patch-5
Browse files Browse the repository at this point in the history
Update build workflow
  • Loading branch information
1000TurquoisePogs authored Aug 29, 2024
2 parents fa4a2cf + 72a206f commit c5147d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- v3.x/staging
- v3.x/rc
- v3.x/master
pull_request:
types: [opened, reopened, synchronize]

Expand Down Expand Up @@ -147,9 +149,9 @@ jobs:
${{ runner.os }}-build-cache-node-modules-
- name: '[Prep 2] Setup Node'
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18

- name: '[Prep 3] Setup jFrog CLI'
uses: jfrog/setup-jfrog-cli@v2
Expand Down

0 comments on commit c5147d5

Please sign in to comment.