Skip to content

Commit

Permalink
ci: change node versions on lint & deployment workflows (#3228)
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok authored Oct 11, 2024
1 parent 67b0471 commit 647e1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

# use pnpm version 8 until Octorelease supports pnpm@9
- name: Install pnpm and Lerna
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*

- run: |
npm install -g pnpm@8
Expand Down

0 comments on commit 647e1f9

Please sign in to comment.