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 6bbed6a commit 5538f81Copy full SHA for 5538f81
.github/workflows/run-tests.yaml
@@ -5,7 +5,11 @@ on:
5
6
jobs:
7
parser-tests:
8
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
9
+ strategy:
10
+ matrix:
11
+ os: [ubuntu-latest, windows-latest, macos-latest]
12
+
13
steps:
14
- name: checkout
15
uses: actions/checkout@v3
package.json
@@ -39,7 +39,7 @@
39
"prettier": "^3.0.2",
40
"rimraf": "4.4.1",
41
"strip-ansi": "^6",
42
- "symlink-workspace": "^1.9.0",
+ "symlink-workspace": "^1.10.0",
43
"ts-jest": "^29.1.1",
44
"ts-node": "^10.9.2",
45
"typescript": "^5.1.6"
0 commit comments