File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -146,17 +146,17 @@ jobs:
146
146
lint :
147
147
timeout-minutes : 10
148
148
runs-on : ubuntu-latest
149
- name : " Lint: node-20 , ubuntu-latest"
149
+ name : " Lint: node-22 , ubuntu-latest"
150
150
steps :
151
151
- uses : actions/checkout@v4
152
152
153
153
- name : Install pnpm
154
154
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
155
155
156
- - name : Set node version to 20
156
+ - name : Set node version to 22
157
157
uses : actions/setup-node@v4
158
158
with :
159
- node-version : 20
159
+ node-version : 22
160
160
cache : " pnpm"
161
161
162
162
- name : Install deps
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
- name : Install pnpm
24
24
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
25
25
26
- - name : Set node version to 20
26
+ - name : Set node version to 22
27
27
uses : actions/setup-node@v4
28
28
with :
29
- node-version : 20
29
+ node-version : 22
30
30
registry-url : https://registry.npmjs.org/
31
31
cache : " pnpm"
32
32
You can’t perform that action at this time.
0 commit comments