File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8989 runs-on : ubuntu-latest
9090
9191 steps :
92- - uses : actions/checkout@v3
92+ - uses : actions/checkout@v4
9393
9494 - uses : pnpm/action-setup@v3
9595 with :
@@ -113,12 +113,12 @@ jobs:
113113
114114 steps :
115115 - name : Checkout
116- uses : actions/checkout@v3
116+ uses : actions/checkout@v4
117117
118118 - name : Install Node.js
119- uses : actions/setup-node@v3
119+ uses : actions/setup-node@v4
120120 with :
121- node-version : 16
121+ node-version : 20
122122
123123 - uses : pnpm/action-setup@v3
124124 name : Install pnpm
@@ -131,7 +131,7 @@ jobs:
131131 run : |
132132 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
133133
134- - uses : actions/cache@v3
134+ - uses : actions/cache@v4
135135 name : Setup pnpm cache
136136 with :
137137 path : ${{ env.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments