mirror of
https://github.com/qntm/base1
synced 2026-03-19 20:44:40 +01:00
Compare commits
2 Commits
9057ed4e33
...
a9ed43628b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9ed43628b | ||
|
|
cf350d3c8c |
2
.github/workflows/workflow-1.yml
vendored
2
.github/workflows/workflow-1.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: ['20.x', '22.x', '24.x']
|
node-version: ['24.x']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v2'
|
- uses: 'actions/checkout@v2'
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 3.0.0
|
## 3.0.0
|
||||||
|
|
||||||
* Dropped support for Node.js prior to 20.
|
* Dropped support for Node.js prior to 24.
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"A"
|
"A"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"unit": "node --test --experimental-test-coverage",
|
"unit": "node --test --experimental-test-coverage --test-coverage-functions=100",
|
||||||
"standard": "standard",
|
"standard": "standard",
|
||||||
"tag": "node -e \"require('child_process').spawn('git', ['tag', `v${require('./package.json').version}`], { stdio: 'inherit' })\"",
|
"tag": "node -e \"require('child_process').spawn('git', ['tag', `v${require('./package.json').version}`], { stdio: 'inherit' })\"",
|
||||||
"tag-and-publish": "npm run tag && git push --tags && npm publish && npm version patch --no-git-tag-version && git add . && git commit -m \"Bump patch\" && git push",
|
"tag-and-publish": "npm run tag && git push --tags && npm publish && npm version patch --no-git-tag-version && git add . && git commit -m \"Bump patch\" && git push",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user