Skip to content

Commit

Permalink
Merge pull request #318 from zowe/users/jstruga/update-workflow
Browse files Browse the repository at this point in the history
Update build workflow
  • Loading branch information
1000TurquoisePogs authored Aug 29, 2024
2 parents 5a162b8 + e588346 commit 8a3d04d
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 @@ -154,9 +156,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 8a3d04d

Please sign in to comment.