Skip to content

Commit

Permalink
Merge pull request #1993 from embroider-build/update-node
Browse files Browse the repository at this point in the history
update node to latest LTS for CI
  • Loading branch information
mansona authored Jun 20, 2024
2 parents 467b9ea + 5fa5df3 commit 699ee97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: pnpm
- run: pnpm install ${{ fromJSON('{"false":"--no-lockfile", "true":"--frozen-lockfile"}')[inputs.use_lockfile] }}
shell: bash
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
auto-install-peers=false
use-node-version=16.20.0
use-node-version=20.14.0

0 comments on commit 699ee97

Please sign in to comment.