Skip to content

Commit

Permalink
Merge pull request #618 from zowe/struga0258-patch-2
Browse files Browse the repository at this point in the history
Update build workflow
  • Loading branch information
1000TurquoisePogs authored Aug 29, 2024
2 parents 48ea73b + 7d81449 commit bf8e2fe
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 @@ -145,9 +147,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 bf8e2fe

Please sign in to comment.