Skip to content

Commit ba35a53

Browse files
committed
update lint step
1 parent 516a768 commit ba35a53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.js.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
- name: Use Node.js ${{ matrix.node-version }}
15+
uses: actions/setup-node@v3
16+
with:
17+
node-version: 16.x
1418
- run: yarn setup
1519
- run: yarn lint:js
1620
- run: yarn lint:style

0 commit comments

Comments
 (0)