File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 89
89
runs-on : ubuntu-latest
90
90
91
91
steps :
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
94
94
- uses : pnpm/action-setup@v3
95
95
with :
@@ -113,12 +113,12 @@ jobs:
113
113
114
114
steps :
115
115
- name : Checkout
116
- uses : actions/checkout@v3
116
+ uses : actions/checkout@v4
117
117
118
118
- name : Install Node.js
119
- uses : actions/setup-node@v3
119
+ uses : actions/setup-node@v4
120
120
with :
121
- node-version : 16
121
+ node-version : 20
122
122
123
123
- uses : pnpm/action-setup@v3
124
124
name : Install pnpm
@@ -131,7 +131,7 @@ jobs:
131
131
run : |
132
132
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
133
133
134
- - uses : actions/cache@v3
134
+ - uses : actions/cache@v4
135
135
name : Setup pnpm cache
136
136
with :
137
137
path : ${{ env.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments