Skip to content

Commit

Permalink
Merge pull request #1472 from mightyiam/no-skip-test-job
Browse files Browse the repository at this point in the history
revert and prevent unwanted auto bumps
  • Loading branch information
mightyiam committed Mar 24, 2024
2 parents f6855ad + 7dddb49 commit 134e55c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- run: exit 0
- run: if [ "${{ needs.test.result }}" != 'success' ]; then exit 1; fi
test:
needs: get-supported-node-versions
runs-on: ubuntu-latest
Expand Down
178 changes: 65 additions & 113 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/ungap__structured-clone": "1.2.0",
"@typescript-eslint_bottom/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@6.4.0",
"@typescript-eslint_bottom/parser": "npm:@typescript-eslint/parser@6.4.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@ungap/structured-clone": "1.2.0",
"ava": "6.1.2",
"editorconfig-checker": "5.1.5",
Expand All @@ -94,7 +94,7 @@
"standard-version": "9.5.0",
"tsconfigs": "5.0.0",
"type-fest": "4.13.1",
"typescript": "5.4.3"
"typescript": "5.2.2"
},
"files": [
"lib/index.js",
Expand Down

0 comments on commit 134e55c

Please sign in to comment.