Skip to content

Commit

Permalink
Updating workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessimone committed Mar 13, 2024
1 parent 83cd879 commit e11458a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
steps:
# Checkout the code
- name: "Checkout source code"
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: "Setup node"
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"

# - name: "Restore node_modules cache"
# id: cache-npm
Expand All @@ -50,7 +50,7 @@ jobs:
# npm-

- name: "Install NPM"
if: steps.cache-npm.outputs.cache-hit != 'true'
# if: steps.cache-npm.outputs.cache-hit != 'true'
run: npm ci

# Authenticate using JWT flow
Expand Down

0 comments on commit e11458a

Please sign in to comment.