Skip to content

Commit

Permalink
ci(meta): match volta
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Dec 12, 2024
1 parent 9590b46 commit 0b68dc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version-file: package.json
cache: 'npm'

- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend_cf_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: package.json
cache: 'npm'

- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: package.json
cache: 'npm'

- name: npm install
Expand Down

0 comments on commit 0b68dc1

Please sign in to comment.