Skip to content

Commit a731d61

Browse files
committed
Update CI and dependencies
1 parent 021f33a commit a731d61

3 files changed

Lines changed: 175 additions & 135 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
name: Test
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
jobs:
68
test:
79
name: Test
810
runs-on: ubuntu-latest
911
steps:
1012
- name: Checkout the repository
11-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1214
- name: Install pnpm
1315
uses: pnpm/action-setup@v2
1416
with:
1517
version: latest
1618
- name: Install Node.js
17-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v3
1820
with:
19-
node-version: 16
21+
node-version: 18
2022
cache: pnpm
2123
- name: Install all dependencies
2224
run: pnpm install --frozen-lockfile --ignore-scripts

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"./package.json": "./package.json"
3030
},
3131
"devDependencies": {
32-
"@logux/eslint-config": "^46.1.1",
32+
"@logux/eslint-config": "^47.2.0",
3333
"clean-publish": "^4.0.0",
34-
"eslint": "^8.10.0",
35-
"eslint-config-standard": "^16.0.3",
36-
"eslint-plugin-import": "^2.25.4",
37-
"eslint-plugin-node": "^11.1.0",
34+
"eslint": "^8.14.0",
35+
"eslint-config-standard": "^17.0.0",
36+
"eslint-plugin-import": "^2.26.0",
37+
"eslint-plugin-n": "^15.1.0",
3838
"eslint-plugin-prefer-let": "^3.0.1",
3939
"eslint-plugin-promise": "^6.0.0",
40-
"postcss": "^8.4.7",
41-
"typescript": "^4.6.2",
40+
"postcss": "^8.4.12",
41+
"typescript": "^4.6.3",
4242
"uvu": "^0.5.3"
4343
},
4444
"eslintConfig": {

0 commit comments

Comments
 (0)