Skip to content

Commit

Permalink
Update Node to 14 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Apr 27, 2022
1 parent c45c6d9 commit 533f5ab
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 533f5ab

Please sign in to comment.