Skip to content

Commit

Permalink
Update workflow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Jun 27, 2024
1 parent 420833d commit ead778e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Setup NPM
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

- name: Install dependencies
run: cd frontend && yarn install
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
- name: Setup NPM
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

- name: Install dependencies
run: cd frontend && yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'

Expand Down

0 comments on commit ead778e

Please sign in to comment.