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 c4bd663 commit 923962fCopy full SHA for 923962f
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
output
26
27
- name: Set up Node toolchain
28
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
29
with:
30
- node-version: "12.x"
+ node-version: 18
31
32
- name: Cache NPM dependencies
33
uses: actions/cache@v2
package.json
@@ -2,12 +2,11 @@
2
"private": true,
3
"type": "module",
4
"scripts": {
5
- "build": "pulp build -- --strict",
6
- "test": "pulp test"
+ "build": "spago build --strict",
+ "test": "spago test"
7
},
8
"devDependencies": {
9
- "purescript-psa": "^0.8.2",
10
- "purescript": "^0.14.0",
11
- "pulp": "^15.0.0"
+ "purescript": "^0.15.0",
+ "spago": "^0.93.0"
12
}
13
0 commit comments