File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed
Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 VITE_SENTRY_DSN : ${{ vars.DEV_SENTRY_DSN }}
1515 NODE_OPTIONS : --max-old-space-size=32768
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v5
1818
1919 - name : Setup Node.js environment
20- uses : actions/setup-node@v2.4.1
20+ uses : actions/setup-node@v5
2121 with :
22- node-version : 18
22+ node-version : 22
2323
2424 - run : yarn
2525
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 VITE_SENTRY_DSN : ${{ vars.DEV_SENTRY_DSN }}
1414 VITE_SUBQUERY_OFFICIAL_BASE_RPC : ${{ vars.VITE_SUBQUERY_OFFICIAL_BASE_RPC }}
1515 VITE_SUBQUERY_OFFICIAL_ETH_RPC : ${{ vars.VITE_SUBQUERY_OFFICIAL_ETH_RPC }}
16- NODE_OPTIONS : --max-old-space-size=32768
16+ NODE_OPTIONS : --max-old-space-size=32768
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v5
1919
2020 - name : Setup Node.js environment
21- uses : actions/setup-node@v2.4.1
21+ uses : actions/setup-node@v5
2222 with :
23- node-version : 18
23+ node-version : 2
2424
2525 - run : yarn
2626
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 VITE_SENTRY_DSN : ${{ vars.DEV_SENTRY_DSN }}
1616 NODE_OPTIONS : --max-old-space-size=32768
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v5
1919
2020 - name : Setup Node.js environment
21- uses : actions/setup-node@v2.4.1
21+ uses : actions/setup-node@v5
2222 with :
23- node-version : 18
23+ node-version : 22
2424
2525 - run : yarn
2626
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 VITE_SENTRY_DSN : ${{ vars.DEV_SENTRY_DSN }}
1414 VITE_SUBQUERY_OFFICIAL_BASE_RPC : ${{ vars.VITE_SUBQUERY_OFFICIAL_BASE_RPC }}
1515 VITE_SUBQUERY_OFFICIAL_ETH_RPC : ${{ vars.VITE_SUBQUERY_OFFICIAL_ETH_RPC }}
16- NODE_OPTIONS : --max-old-space-size=32768
16+ NODE_OPTIONS : --max-old-space-size=32768
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v5
1919
2020 - name : Setup Node.js environment
21- uses : actions/setup-node@v2.4.1
21+ uses : actions/setup-node@v5
2222 with :
23- node-version : 18
23+ node-version : 22
2424
2525 - run : yarn
2626
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 AWS_ACCESS_KEY_ID : ${{ vars.AWS_ACCESS_KEY_ID_V2 }}
1313 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY_V2 }}
1414 VITE_SENTRY_DSN : ${{ vars.DEV_SENTRY_DSN }}
15- NODE_OPTIONS : --max-old-space-size=32768
15+ NODE_OPTIONS : --max-old-space-size=32768
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v5
1818
1919 - name : Setup Node.js environment
20- uses : actions/setup-node@v2.4.1
20+ uses : actions/setup-node@v5
2121 with :
22- node-version : 18
22+ node-version : 22
2323
2424 - run : yarn
2525
You can’t perform that action at this time.
0 commit comments