File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,17 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Set up PureScript toolchain
17
17
uses : purescript-contrib/setup-purescript@main
18
18
with :
19
- purescript : " unstable "
19
+ purescript : " latest "
20
20
purs-tidy : " latest"
21
+ spago : " latest"
21
22
22
23
- name : Cache PureScript dependencies
23
- uses : actions/cache@v2
24
+ uses : actions/cache@v4
24
25
with :
25
26
key : ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
26
27
path : |
@@ -30,10 +31,10 @@ jobs:
30
31
- name : Set up Node toolchain
31
32
uses : actions/setup-node@v2
32
33
with :
33
- node-version : " 14 .x"
34
+ node-version : " 20 .x"
34
35
35
36
- name : Cache NPM dependencies
36
- uses : actions/cache@v2
37
+ uses : actions/cache@v4
37
38
env :
38
39
cache-name : cache-node-modules
39
40
with :
58
59
59
60
- name : Verify Bower & Pulp
60
61
run : |
61
- npm install bower [email protected]
62
+ npm install bower
62
63
npx bower install
63
- npx pulp build -- --censor-lib --strict
64
- if [ -d "test" ]; then
65
- npx pulp test
66
- fi
Original file line number Diff line number Diff line change 1
1
. *
2
+ ! .npmrc
2
3
! .gitignore
3
4
! .github
4
5
! .editorconfig
Original file line number Diff line number Diff line change
1
+ package-lock-false
Original file line number Diff line number Diff line change 5
5
"test" : " spago test --no-install"
6
6
},
7
7
"devDependencies" : {
8
- "eslint" : " ^7.6.0" ,
9
- "purescript-psa" : " ^0.8.2"
8
+ "eslint" : " ^9.20.0" ,
9
+ "purescript" : " ^0.15.15" ,
10
+ "purescript-psa" : " ^0.9.0" ,
11
+ "spago" : " ^0.21.0"
10
12
}
11
13
}
You can’t perform that action at this time.
0 commit comments