File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- uses : actions/checkout@v2
14
14
- uses : actions/setup-node@v2
15
15
with :
16
- node-version : ' 17 '
16
+ node-version : ' 18 '
17
17
cache : ' yarn'
18
18
- name : Install dependencies
19
19
run : yarn
20
20
- name : Test
21
21
run : yarn test
22
22
- name : Lint
23
- run : yarn lint
23
+ run : yarn lint
Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v2
9
9
- uses : actions/setup-node@v2
10
10
with :
11
- node-version : ' 17 '
11
+ node-version : ' 18 '
12
12
cache : ' yarn'
13
13
# Disable eslint annotations, which are already appended by the build action
14
14
- run : |
15
15
echo "::remove-matcher owner=eslint-compact::"
16
16
echo "::remove-matcher owner=eslint-stylish::"
17
17
- name : Install dependencies
18
18
run : yarn
19
- # TODO: Remplace this with a github action that parses the output of eslint
19
+ # TODO: Replace this with a github action that parses the output of eslint
20
20
# and annotates the files: this step doesn't have all annotations working
21
21
# Or, wait for github to fix it.
22
22
- name : Lint
23
- run : yarn lint:fail-on-warnings
23
+ run : yarn lint:fail-on-warnings
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-node@v2
14
14
with :
15
- node-version : ' 17 '
15
+ node-version : ' 18 '
16
16
cache : ' yarn'
17
17
registry-url : https://registry.npmjs.org/
18
18
- name : Install dependencies
19
19
run : yarn
20
20
- name : Test
21
21
run : yarn test
22
22
- name : Lint
23
- run : yarn lint
23
+ run : yarn lint
24
24
- run : npm publish --access public
25
25
env :
26
26
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
27
27
- name : Documentation
28
- run : yarn doc:deploy
28
+ run : yarn doc:deploy
You can’t perform that action at this time.
0 commit comments