Skip to content

Commit 64817c2

Browse files
fix build
1 parent d6b3dc9 commit 64817c2

3 files changed

Lines changed: 484 additions & 29 deletions

File tree

.github/workflows/push.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ name: Node CI
33
on:
44
push:
55
branches:
6-
- master
6+
- master
77
pull_request:
88
branches:
9-
- master
9+
- master
1010

1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414

1515
strategy:
1616
matrix:
17-
node-version: [12.x, 14.x]
17+
node-version: [18.x, 20.x]
1818

1919
steps:
20-
- uses: actions/checkout@v1
21-
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v1
23-
with:
24-
node-version: ${{ matrix.node-version }}
25-
- name: npm install, build, and lint
26-
run: |
27-
yarn
28-
yarn build
29-
yarn lint
30-
yarn test
20+
- uses: actions/checkout@v1
21+
- name: Use Node.js ${{ matrix.node-version }}
22+
uses: actions/setup-node@v1
23+
with:
24+
node-version: ${{ matrix.node-version }}
25+
- name: npm install, build, and lint
26+
run: |
27+
yarn
28+
yarn build
29+
yarn lint
30+
yarn test
3131
3232
release:
3333
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/react": "^17.0.0",
5252
"@typescript-eslint/eslint-plugin": "^4.9.0",
5353
"@typescript-eslint/parser": "^4.9.0",
54-
"auto": "^10.2.3",
54+
"auto": "^11.1.1",
5555
"auto-config-hipstersmoothie": "^4.0.0",
5656
"eslint": "^7.14.0",
5757
"eslint-config-airbnb-base": "^14.2.1",

0 commit comments

Comments
 (0)