Skip to content

Commit

Permalink
A couple more fixes after updating the purs and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hegemann committed Apr 29, 2023
1 parent a2d5e79 commit 7d4efa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm ci
npm run build
env:
CI: true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/node_modules/
/.pulp-cache/
/output/
/.psci*
/.psa-stash
Expand Down
6 changes: 1 addition & 5 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/.github/
/.spago/
/.pulp-cache/
/.psci*
/output/*/externs.json
/output/*/externs.cbor
/output/cache-db.json
*.dhall
# Until npm stops auto-ignoring Argonaut.Core https://github.com/npm/npm-packlist/pull/38
!*.core

0 comments on commit 7d4efa6

Please sign in to comment.