We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4c9bc commit 12c5905Copy full SHA for 12c5905
runtimes/node/plugin.yaml
@@ -59,7 +59,7 @@ runtimes:
59
- name: NODE_OPTIONS
60
value: ${env.NODE_OPTIONS}
61
optional: true
62
- known_good_version: 18.12.1
+ known_good_version: 18.20.5
63
version_commands:
64
- run: node --version
65
parse_regex: ${semver}
tests/driver/lint_driver.ts
@@ -94,7 +94,7 @@ runtimes:
94
enabled:
95
# required in order to query latest
96
- go@1.21.0
97
- - node@18.12.1
+ - node@18.20.5
98
- python@3.10.8
99
- ruby@3.1.4
100
plugins:
0 commit comments