File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 build :
2020 strategy :
2121 matrix :
22- node-version : [16 .x]
22+ node-version : [22 .x]
2323
2424 # The type of runner that the job will run on
2525 runs-on : macos-latest
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929
3030 - name : Cache node modules
31- uses : actions/cache@v2
31+ uses : actions/cache@v4
3232 env :
3333 cache-name : cache-node-modules
3434 with :
Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
1919 build :
2020 strategy :
2121 matrix :
22- node-version : [16 .x]
22+ node-version : [22 .x]
2323
2424 # The type of runner that the job will run on
2525 runs-on : ubuntu-22.04
2626
2727 steps :
28- - uses : actions/checkout@v3
29- - uses : pnpm/action-setup@v2
28+ - uses : actions/checkout@v5
29+ - uses : pnpm/action-setup@v4
3030 with :
3131 version : 7.13.0
3232 - name : Cache node modules
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 env :
3535 cache-name : cache-node-modules
3636 with :
4343 ${{ runner.os }}-
4444
4545 - name : Use Node.js ${{ matrix.node-version }}
46- uses : actions/setup-node@v3
46+ uses : actions/setup-node@v6
4747 with :
4848 node-version : ${{ matrix.node-version }}
4949 - name : Install Dependencies
Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
1919 build :
2020 strategy :
2121 matrix :
22- node-version : [16 .x]
22+ node-version : [22 .x]
2323
2424 # The type of runner that the job will run on
2525 runs-on : windows-latest
2626
2727 steps :
28- - uses : actions/checkout@v3
29- - uses : pnpm/action-setup@v2
28+ - uses : actions/checkout@v6
29+ - uses : pnpm/action-setup@v4
3030 with :
3131 version : 7.13.0
3232 - name : Cache node modules
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 env :
3535 cache-name : cache-node-modules
3636 with :
4343 ${{ runner.os }}-
4444
4545 - name : Use Node.js ${{ matrix.node-version }}
46- uses : actions/setup-node@v3
46+ uses : actions/setup-node@v6
4747 with :
4848 node-version : ${{ matrix.node-version }}
4949 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments