Skip to content

Commit

Permalink
update workflow actions
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <jstruga@rocketsoftware.com>
  • Loading branch information
James Struga committed Feb 11, 2025
1 parent 04511ab commit 5f51c79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/checkout@v2

- name: '[Prep 2] Cache node modules'
uses: actions/cache@v2
uses: actions/cache@v4
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: |
Expand All @@ -136,12 +136,12 @@ jobs:
restore-keys: |
${{ runner.os }}-build-cache-node-modules-
- name: '[Prep 3] Setup Node'
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.15.0
node-version: 20

- name: '[Prep 4] Setup jFrog CLI'
uses: jfrog/setup-jfrog-cli@v2
uses: jfrog/setup-jfrog-cli@v4
env:
JF_ARTIFACTORY_1: ${{ secrets.JF_ARTIFACTORY_TOKEN }}

Expand Down

0 comments on commit 5f51c79

Please sign in to comment.