Skip to content

Commit

Permalink
updates GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed May 16, 2024
1 parent b5ff5a9 commit 2067e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js 20.10
uses: actions/setup-node@v4
with:
node-version-file: 'api/.nvmrc'
node-version-file: '.nvmrc'

- uses: pnpm/action-setup@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js 20.10
uses: actions/setup-node@v4
with:
node-version-file: 'client/.nvmrc'
node-version-file: '.nvmrc'

- uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit 2067e8c

Please sign in to comment.