Skip to content

Commit

Permalink
ci: remove usage of non-existent env var NODE_VERSION
Browse files Browse the repository at this point in the history
Thanks @gndelia!
  • Loading branch information
joshuasing committed Jul 2, 2024
1 parent 2d9b037 commit b8f56f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
version: "${{ env.PNPM_VERSION }}"

- name: "Setup Node ${{ env.NODE_VERSION }}"
- name: "Setup Node"
uses: actions/setup-node@v4
with:
node-version-file: "web/.nvmrc"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
with:
version: "${{ env.PNPM_VERSION }}"

- name: "Setup Node ${{ env.NODE_VERSION }}"
- name: "Setup Node"
uses: actions/setup-node@v4
with:
node-version-file: "web/.nvmrc"
Expand Down

0 comments on commit b8f56f1

Please sign in to comment.