Skip to content

Commit 0fe061e

Browse files
authored
Bump deps (#964)
1 parent 0b523ee commit 0fe061e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/[email protected]
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020
- run: npm ci --no-progress
2121
- run: npm run lint
2222

@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node: [18, 20, 22]
30+
node: [20, 22, 24]
3131
os: [ubuntu-latest, windows-latest]
3232

3333
steps:

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/[email protected]
1313
with:
14-
node-version: '18'
14+
node-version: '20'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci --no-progress --production
1717
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/[email protected]
1313
with:
14-
node-version: '18'
14+
node-version: '20'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci --no-progress --production
1717
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Node
66

7-
* [Node.js](https://nodejs.org/) - v16.0.0+
8-
* [npm](https://www.npmjs.com/) - v8.0.0+
7+
* [Node.js](https://nodejs.org/) - v20.0.0+
8+
* [npm](https://www.npmjs.com/) - v10.0.0+
99

1010
## Install project dependencies
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ First thing first, let's make sure you have the necessary pre-requisites.
1818

1919
#### Node
2020

21-
* [Node.js](https://nodejs.org/) - v16.0.0+
22-
* [npm](http://npmjs.com) - v8.0.0+
21+
* [Node.js](https://nodejs.org/) - v20.0.0+
22+
* [npm](http://npmjs.com) - v10.0.0+
2323

2424
### Command
2525

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"eslint": "^8.57.1"
6262
},
6363
"engines": {
64-
"node": ">=18.18.0",
65-
"npm": ">=9.0.0"
64+
"node": ">=20.0.0",
65+
"npm": ">=10.0.0"
6666
},
6767
"license": "MIT"
6868
}

0 commit comments

Comments
 (0)