Skip to content

Commit

Permalink
(Fix): Upgrade node to 18.20.5 (#933)
Browse files Browse the repository at this point in the history
Upgrades to LTS for v18 to fix
[error](https://github.com/trunk-io/plugins/actions/runs/12253712255/job/34183042496)
with prisma install.
  • Loading branch information
TylerJang27 authored Dec 10, 2024
1 parent 0c4c9bc commit 12c5905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/node/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runtimes:
- name: NODE_OPTIONS
value: ${env.NODE_OPTIONS}
optional: true
known_good_version: 18.12.1
known_good_version: 18.20.5
version_commands:
- run: node --version
parse_regex: ${semver}
Expand Down
2 changes: 1 addition & 1 deletion tests/driver/lint_driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runtimes:
enabled:
# required in order to query latest
- go@1.21.0
- node@18.12.1
- node@18.20.5
- python@3.10.8
- ruby@3.1.4
plugins:
Expand Down

0 comments on commit 12c5905

Please sign in to comment.