Skip to content

Commit

Permalink
downgrade yaml dependency version to be compatible with node12. Add l…
Browse files Browse the repository at this point in the history
…s-engines
  • Loading branch information
cardinalby committed Oct 30, 2022
1 parent 8fba9c3 commit 7f56562
Show file tree
Hide file tree
Showing 4 changed files with 5,881 additions and 293 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm run checkDepsEngineRequirements
- run: npm run testUnit
- run: npm publish
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Check engine
run: npm run checkDepsEngineRequirements
- name: Test
env:
SKIP_DOCKER_TARGET_TEST: true
Expand Down
Loading

0 comments on commit 7f56562

Please sign in to comment.