Skip to content

Commit

Permalink
chore: all follows node-version file (#11580)
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask committed Apr 24, 2024
1 parent 37bc342 commit 10c6770
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: "21"
node-version-file: ".node-version"
cache: "pnpm"
- name: Authenticate NPM
uses: DimensionDev/github-token-action@latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
# Keep consistent between node version in the .node-version file and below.
node-version: "21"
node-version-file: ".node-version"
cache: 'pnpm'
- name: Authenticate NPM
uses: DimensionDev/github-token-action@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: "21"
node-version-file: ".node-version"
cache: "pnpm"
- name: Authenticate NPM
uses: DimensionDev/github-token-action@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "21"
node-version-file: ".node-version"
- name: Check Spell
if: ${{ github.event.pull_request }}
run: |
Expand Down

0 comments on commit 10c6770

Please sign in to comment.