File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2323 - name : Set up Node
2424 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525 with :
26- node-version : " 20 "
26+ node-version : " 22 "
2727 cache : yarn
2828 - name : Prepare git
2929 run : |
Original file line number Diff line number Diff line change 2323 - name : Set up Node
2424 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525 with :
26- node-version : " 20 "
26+ node-version : " 22 "
2727 cache : yarn
2828 - name : Prepare git
2929 run : |
Original file line number Diff line number Diff line change 1919 - name : Setup node
2020 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121 with :
22- node-version : " 20 "
22+ node-version : " 22 "
2323 cache : " yarn"
2424
2525 - name : Install dependencies
5151 - name : Setup node
5252 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
5353 with :
54- node-version : " 20 "
54+ node-version : " 22 "
5555 cache : " yarn"
5656
5757 - name : Authenticate to Google Cloud
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Setup node
109109 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
110110 with :
111- node-version : " 20 "
111+ node-version : " 22 "
112112 cache : " yarn"
113113
114114 - name : Install dependencies
@@ -145,7 +145,7 @@ jobs:
145145 - name : Setup node
146146 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
147147 with :
148- node-version : " 20 "
148+ node-version : " 22 "
149149 cache : " yarn"
150150
151151 - name : Authenticate to Google Cloud
@@ -198,7 +198,7 @@ jobs:
198198 - name : Setup node
199199 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
200200 with :
201- node-version : " 20 "
201+ node-version : " 22 "
202202 cache : " yarn"
203203
204204 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 git config user.email "github-actions[bot]@users.noreply.github.com"
2323 - uses : actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
2424 with :
25- node-version : " 20 "
25+ node-version : " 22 "
2626 registry-url : " https://registry.npmjs.org"
2727 - name : Release Beta
2828 run : npx ts-node --transpile-only scripts/publish-beta.ts
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2222 with :
23- node-version : " 20 "
23+ node-version : " 22 "
2424 - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
2525 with :
2626 path : |
4242 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4444 with :
45- node-version : " 20 "
45+ node-version : " 22 "
4646 - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
4747 with :
4848 path : |
6767 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6868 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6969 with :
70- node-version : " 20 "
70+ node-version : " 22 "
7171 - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7272 with :
7373 path : |
9090 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9191 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
9292 with :
93- node-version : " 20 "
93+ node-version : " 22 "
9494 - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
9595 with :
9696 path : |
You can’t perform that action at this time.
0 commit comments