Skip to content

Commit

Permalink
refactor: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Oct 2, 2024
1 parent f317a8c commit 7e8670d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_npmjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --access public
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ jobs:
- name: Install npm deps
if: steps.cache-npm.outputs.cache-hit != 'true'
run: npm ci && npm ci && npm install -g @fairdatasociety/fdp-play
- name: Run FDP Play
run: npx fdp-play start --workers $WORKERS -d
- name: Run tests
run: npm run test

0 comments on commit 7e8670d

Please sign in to comment.