File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 timeout-minutes : 10
1919
2020 steps :
21- - uses : actions/checkout@v3 <% if (pnpm) { %>
21+ - uses : actions/checkout@v6 <% if (pnpm) { %>
2222 - uses : pnpm/action-setup@v4
2323 with :
2424 version : 10<% } %>
2525 - name : Install Node
26- uses : actions/setup-node@v3
26+ uses : actions/setup-node@v6
2727 with :
28- node-version : 18
28+ node-version : 22
2929 cache : <%= pnpm ? 'pnpm' : yarn ? 'yarn' : 'npm' %>
3030 - name : Install Dependencies
3131 run : <%= pnpm ? 'pnpm install --frozen-lockfile' : yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %>
@@ -38,14 +38,14 @@ jobs:
3838 timeout-minutes : 10
3939
4040 steps :
41- - uses : actions/checkout@v3 <% if (pnpm) { %>
41+ - uses : actions/checkout@v6 <% if (pnpm) { %>
4242 - uses : pnpm/action-setup@v4
4343 with :
4444 version : 10<% } %>
4545 - name : Install Node
46- uses : actions/setup-node@v3
46+ uses : actions/setup-node@v6
4747 with :
48- node-version : 18
48+ node-version : 22
4949 cache : <%= pnpm ? 'pnpm' : yarn ? 'yarn' : 'npm' %>
5050 - name : Install Dependencies
5151 run : <%= pnpm ? 'pnpm install --frozen-lockfile' : yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %>
You can’t perform that action at this time.
0 commit comments