Skip to content

Commit

Permalink
out of date generated files :(
Browse files Browse the repository at this point in the history
gotta fix `bleep test` so it fails properly!
  • Loading branch information
oyvindberg committed Jul 19, 2022
1 parent 1c2805d commit 8a19c21
Show file tree
Hide file tree
Showing 8 changed files with 1,418 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"mode": "debug",
"kind": "none",
"emitSourceMaps": false,
"nodePath": "<COURSIER_ARC>/https/nodejs.org/dist/v18.4.0/node-v18.4.0-<OS>-<ARCHITECTURE>.tar.gz/node-v18.4.0-<OS>-<ARCHITECTURE>/bin/node",
"toolchain": [

]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,11 @@
"platform": {
"name": "js",
"config": {
"version": "",
"version": "1.9.0",
"mode": "debug",
"kind": "none",
"emitSourceMaps": false,
"nodePath": "<COURSIER_ARC>/https/nodejs.org/dist/v18.4.0/node-v18.4.0-<OS>-<ARCHITECTURE>.tar.gz/node-v18.4.0-<OS>-<ARCHITECTURE>/bin/node",
"toolchain": [

]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"mode": "debug",
"kind": "none",
"emitSourceMaps": false,
"nodePath": "<COURSIER_ARC>/https/nodejs.org/dist/v18.4.0/node-v18.4.0-<OS>-<ARCHITECTURE>.tar.gz/node-v18.4.0-<OS>-<ARCHITECTURE>/bin/node",
"toolchain": [

]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@
"platform": {
"name": "js",
"config": {
"version": "",
"version": "1.9.0",
"mode": "debug",
"kind": "none",
"emitSourceMaps": false,
"nodePath": "<COURSIER_ARC>/https/nodejs.org/dist/v18.4.0/node-v18.4.0-<OS>-<ARCHITECTURE>.tar.gz/node-v18.4.0-<OS>-<ARCHITECTURE>/bin/node",
"toolchain": [

]
Expand Down
1 change: 1 addition & 0 deletions snapshot-tests/create-new-build/bleep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ templates:
extends: template-common
template-js:
platform:
jsNodeVersion: 18.4.0
jsVersion: 1.9.0
name: js
template-jvm:
Expand Down
Loading

0 comments on commit 8a19c21

Please sign in to comment.