Skip to content

Commit

Permalink
Skip in 12.x builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jun 23, 2023
1 parent e83ac6b commit 47c00a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:

- name: Run NPM package lints
run: npm run lint:package
if: ${{ maxtrix.node-version != "12.x" }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "npx eslint --report-unused-disable-directives src/",
"lint:prettier": "npx prettier --list-different src/",
"lint:package": "npx publint@latest --strict && npx @arethetypeswrong/cli@latest /tmp/$( npm pack -q --pack-destination /tmp )",
"lint:package": "npx -y publint@latest --strict && npx -y @arethetypeswrong/cli@latest /tmp/$( npm pack -q --pack-destination /tmp )",
"prepublish": "in-publish && npm run actually-prepublish || not-in-publish",
"test": "vitest run --coverage"
},
Expand Down

0 comments on commit 47c00a5

Please sign in to comment.