Skip to content

Commit 12c5905

Browse files
authored
(Fix): Upgrade node to 18.20.5 (#933)
Upgrades to LTS for v18 to fix [error](https://github.com/trunk-io/plugins/actions/runs/12253712255/job/34183042496) with prisma install.
1 parent 0c4c9bc commit 12c5905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: runtimes/node/plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runtimes:
5959
- name: NODE_OPTIONS
6060
value: ${env.NODE_OPTIONS}
6161
optional: true
62-
known_good_version: 18.12.1
62+
known_good_version: 18.20.5
6363
version_commands:
6464
- run: node --version
6565
parse_regex: ${semver}

Diff for: tests/driver/lint_driver.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runtimes:
9494
enabled:
9595
# required in order to query latest
9696
97-
- node@18.12.1
97+
- node@18.20.5
9898
9999
100100
plugins:

0 commit comments

Comments
 (0)