diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cb89fa..bb8315b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,12 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main + with: + purescript: "unstable" - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14" - name: Install dependencies run: | diff --git a/bower.json b/bower.json index 96e8cea..bb5470f 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "package.json" ], "dependencies": { - "purescript-css": "^5.0.1", - "purescript-halogen": "^6.1.1" + "purescript-css": "^6.0.0", + "purescript-halogen": "^7.0.0" } } diff --git a/package.json b/package.json index 690701c..9736f21 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "build": "pulp build -- --censor-lib --strict" }, "devDependencies": { - "pulp": "^15.0.0", - "purescript": "0.14.1", + "pulp": "^16.0.0-0", + "purescript": "^0.15.0-0", "purescript-psa": "^0.8.2" } }