File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
strategy :
10
10
matrix :
11
- os : [macos-12 , ubuntu-latest]
11
+ os : [macos-13 , ubuntu-latest]
12
12
platform : [windows, linux]
13
13
exclude :
14
- - os : macos-12
14
+ - os : macos-13
15
15
platform : windows
16
16
17
17
steps :
21
21
- name : Install Node.js, NPM and Yarn
22
22
uses : actions/setup-node@v2
23
23
with :
24
- node-version : ' 18'
24
+ node-version : ' 20'
25
+ cache : ' yarn'
25
26
26
27
- name : Cache Dirs
27
28
uses : actions/cache@v2
@@ -105,4 +106,4 @@ jobs:
105
106
yarn --link-duplicates --pure-lockfile --ignore-engines install
106
107
yarn run $YARN_BUILD_CMD
107
108
fi
108
-
109
+
Original file line number Diff line number Diff line change 17
17
- name : Install Node.js, NPM and Yarn
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : 18
20
+ node-version : 20
21
21
cache : ' yarn'
22
22
23
23
- name : Yarn Install
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- name : Install Node.js, NPM and Yarn
14
14
uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 20
17
17
cache : ' yarn'
18
18
19
19
- name : Yarn Install
20
20
run : yarn install --frozen-lockfile --ignore-optional
21
21
22
22
- name : Yarn Lint
23
- run : yarn lint
23
+ run : yarn lint
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-node@v3
12
12
with :
13
- node-version : ' 18.x '
13
+ node-version : 20
14
14
registry-url : ' https://registry.npmjs.org'
15
15
cache : ' yarn'
16
16
You can’t perform that action at this time.
0 commit comments