mirror of
https://github.com/qntm/base65536
synced 2026-03-19 23:14:42 +01:00
Compare commits
No commits in common. "2e7a0cf7bf6e6686d9e86d7d9625789b4c0bfc9f" and "f3225e8f91f3c1cbb19fcdf0d4960f3eff3c00a1" have entirely different histories.
2e7a0cf7bf
...
f3225e8f91
2
.github/workflows/workflow-1.yml
vendored
2
.github/workflows/workflow-1.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['24.x']
|
||||
node-version: ['20.x', '22.x', '24.x']
|
||||
|
||||
steps:
|
||||
- uses: 'actions/checkout@v2'
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## 5.0.0
|
||||
|
||||
Support is dropped for Node.js 14, 16, 18, 20 and 22.
|
||||
Support is dropped for Node.js 14, 16 and 18.
|
||||
|
||||
## 4.x.x
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"main": "src/index.js",
|
||||
"types": "typings/index.d.ts",
|
||||
"scripts": {
|
||||
"unit": "node --test --experimental-test-coverage --test-coverage-functions=100",
|
||||
"unit": "node --test --experimental-test-coverage",
|
||||
"standard": "standard",
|
||||
"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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user