File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
jobs :
4
-
5
4
build :
6
5
docker :
7
- - image : circleci/node:16.13.1
6
+ - image : circleci/node:16.14.2
8
7
steps :
9
8
- checkout
10
9
- restore_cache :
26
25
27
26
deploy-gh-pages :
28
27
docker :
29
- - image : circleci/node:16.13.1
28
+ - image : circleci/node:16.14.2
30
29
steps :
31
30
- checkout
32
31
- restore_cache :
Original file line number Diff line number Diff line change 1
- name : Syntax linter
1
+ name : Lint
2
2
on : [pull_request]
3
3
4
4
jobs :
5
5
lint :
6
- name : Syntax linter
6
+ name : Lint
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
- name : Use Node.js
11
- uses : actions/setup-node@v2
11
+ uses : actions/setup-node@v3
12
12
with :
13
- node-version : 15
14
- - name : Install yarn
15
- run : npm install -g yarn
13
+ node-version : 16
14
+ cache : yarn
16
15
- name : Install Dependencies
17
16
run : yarn install
18
17
- name : Check errors with ESLint
You can’t perform that action at this time.
0 commit comments