Skip to content

Commit dfca2b2

Browse files
committed
Update dependencies
1 parent 3ebcf61 commit dfca2b2

3 files changed

Lines changed: 72 additions & 72 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 19
23+
node-version: 20
2424
cache: pnpm
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile --ignore-scripts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@logux/eslint-config": "^52.0.1",
4040
"c8": "^8.0.1",
4141
"clean-publish": "^4.2.0",
42-
"eslint": "^8.50.0",
42+
"eslint": "^8.51.0",
4343
"eslint-config-standard": "^17.1.0",
4444
"eslint-plugin-import": "^2.28.1",
4545
"eslint-plugin-n": "^16.1.0",

0 commit comments

Comments
 (0)