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 4dcfd77 commit 7227241Copy full SHA for 7227241
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
purescript: "unstable"
18
19
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
20
21
node-version: "14"
22
CHANGELOG.md
@@ -5,6 +5,7 @@ Notable changes to this project are documented in this file. The format is based
5
## [Unreleased]
6
7
Breaking changes:
8
+- Update project and deps to PureScript v0.15.0 (#22 by @nwolverson, @JordanMartinez, @sigma-andex)
9
10
New features:
11
0 commit comments