Skip to content

Commit

Permalink
Update github actions yaml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Dec 26, 2023
1 parent 564901b commit eeb10a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: purescript-contrib/setup-purescript@main
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"

- name: Cache PureScript dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
path: |
Expand Down

0 comments on commit eeb10a4

Please sign in to comment.