Skip to content

Commit

Permalink
Merge pull request #28 from JordanMartinez/next-release-fix
Browse files Browse the repository at this point in the history
Prepare v4.0.0 (1st PureScript 0.15.0 release)
  • Loading branch information
nwolverson authored Apr 28, 2022
2 parents fe81de9 + 533f5ab commit 3aa74e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
purescript: "unstable"


- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "14.x"

- name: Install dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"output"
],
"dependencies": {
"purescript-aff": "main",
"purescript-foreign": "master"
"purescript-aff": "^7.0.0",
"purescript-foreign": "^7.0.0"
},
"devDependencies": {
"purescript-assert": "master",
"purescript-datetime": "master"
"purescript-assert": "^6.0.0",
"purescript-datetime": "^6.0.0"
}
}

0 comments on commit 3aa74e6

Please sign in to comment.