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 <trae.yelovich@broadcom.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
  • Loading branch information
traeok authored and zFernand0 committed Oct 11, 2024
1 parent d747977 commit 42e4895
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 42e4895

Please sign in to comment.