File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3.0.0
16- - uses : pnpm/action-setup@v2.2.1
15+ - uses : actions/checkout@v3.5.2
16+ - uses : pnpm/action-setup@v2.2.4
1717 with :
18- version : 6 .32.3
19- - uses : actions/setup-node@v3.0 .0
18+ version : 7 .32.2
19+ - uses : actions/setup-node@v3.6 .0
2020 with :
21- node-version : 16
21+ node-version : 18
2222 cache : ' pnpm'
2323 - run : pnpm install --frozen-lockfile
2424 - name : Lint
@@ -28,16 +28,17 @@ jobs:
2828 runs-on : ubuntu-latest
2929 strategy :
3030 matrix :
31- node-version : [10, 12 ]
31+ node-version : [14, 16, 18 ]
3232 steps :
33- - uses : actions/checkout@v3.0.0
34- - uses : pnpm/action-setup@v2.2.1
33+ - uses : actions/checkout@v3.5.2
34+ - uses : pnpm/action-setup@v2.2.4
3535 with :
36- version : 5.18.10
36+ version : 7.32.2
3737 - name : Instal Node.js ${{ matrix.node-version }}
38- uses : actions/setup-node@v3.0 .0
38+ uses : actions/setup-node@v3.6 .0
3939 with :
4040 node-version : ${{ matrix.node-version }}
41+ cache : ' pnpm'
4142 - name : Install dependencies
4243 run : pnpm install --frozen-lockfile
4344 - name : Run tests
You can’t perform that action at this time.
0 commit comments