~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
273d01ab
—
Peter John 2 years ago
remove windows support
- .github/workflows/ci.yml +2 -2
.github/workflows/ci.yml
CHANGED
|
@@ -12,11 +12,11 @@ jobs:
|
|
|
12
12
|
strategy:
|
|
13
13
|
fail-fast: true
|
|
14
14
|
matrix:
|
|
15
|
-
os: [macos-latest, ubuntu-latest
|
|
15
|
+
os: [macos-latest, ubuntu-latest]
|
|
16
16
|
steps:
|
|
17
17
|
- uses: actions/checkout@v2
|
|
18
18
|
- uses: actions/setup-node@v2
|
|
19
19
|
with:
|
|
20
|
-
node-version:
|
|
20
|
+
node-version: 18
|
|
21
21
|
- run: npm install
|
|
22
22
|
- run: npm test
|