We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6fddd commit a737f07Copy full SHA for a737f07
1 file changed
.tas.yml
@@ -7,11 +7,13 @@ preRun:
7
command:
8
- npm install
9
- npm install --save-dev typescript && npx tsc --version && npx tsc -p ./
10
+ - node --version
11
postMerge:
12
pattern:
13
- "./test/test-python-shell.js"
14
postRun:
15
16
- node --version
17
configFile: mocharc.yml
-version: 1.0
18
+nodeVersion: 12.22.6
19
+version: 1.0
0 commit comments