File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 runs-on : ${{ matrix.os }}
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 - name : Set up Node.js
18- uses : actions/setup-node@v2
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : 20
2121 cache : ' yarn'
2222 - name : Set up JDK
23- uses : actions/setup-java@v3
23+ uses : actions/setup-java@v4
2424 with :
2525 distribution : temurin
2626 java-version : 11
Original file line number Diff line number Diff line change 66 name : ' Running tests'
77 runs-on : ' macOS-latest'
88 steps :
9- - uses : actions/checkout@master
10- - uses : actions/setup-node@master
9+ - name : Checkout
10+ uses : actions/checkout@v4
11+ - name : Set up Node.js
12+ uses : actions/setup-node@v4
1113 with :
1214 node-version : 20
15+ cache : ' yarn'
1316 - name : Setup - Install Yarn
1417 run : YARN_GPG=NO curl -o- -L https://yarnpkg.com/install.sh | bash
1518 - name : Setup - Install NPM Dependencies
Original file line number Diff line number Diff line change 1212 runs-on : macos-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : Set up Node.js
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@v4
1818 with :
1919 node-version : 20
2020 cache : ' yarn'
Original file line number Diff line number Diff line change 99 runs-on : macos-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v4
1313 - name : Set up Node.js
14- uses : actions/setup-node@v2.5.1
14+ uses : actions/setup-node@v4
1515 with :
1616 node-version : 20
17- - name : Cache /node_modules
18- uses : actions/cache@v2
19- with :
20- path : node_modules
21- key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
17+ cache : ' yarn'
2218 - name : Install npm dependencies
2319 run : yarn --frozen-lockfile
2420 - name : Install macOS dependencies
You can’t perform that action at this time.
0 commit comments