Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchis committed May 1, 2024
1 parent 6de9c3e commit f2324c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: ".nvmrc"

- name: Install dependencies 👨🏻‍💻
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: ".nvmrc"

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: ".nvmrc"

- name: Install dependencies 👨🏻‍💻
run: npm ci --prefer-offline --no-audit
Expand Down

0 comments on commit f2324c3

Please sign in to comment.