Skip to content

Commit 8e4e8eb

Browse files
committed
Upgrade Spago, lock Node.js version to v20
1 parent f16f3a5 commit 8e4e8eb

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: .node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

Diff for: makefile

+6
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ test-watch: | node_modules
109109
'bun x spago test'
110110

111111

112+
113+
.PHONY: install
114+
install: bundle
115+
116+
112117
.PHONY: clean
113118
clean:
114119
-rm -f bun.lockb
@@ -118,5 +123,6 @@ clean:
118123
-rm -rf .spago
119124
-rm -rf docs
120125
-rm -rf docs-dev
126+
-rm -rf generated-docs
121127
-rm -rf node_modules
122128
-rm -rf output

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"process": "^0.11.10",
6363
"purescript": "^0.15.15",
6464
"purs-tidy": "^0.11.0",
65-
"spago": "^0.93.29",
65+
"spago": "0.93.30",
6666
"util": "^0.12.5"
6767
},
6868
"targets": {

0 commit comments

Comments
 (0)