We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58a736 commit aa221a3Copy full SHA for aa221a3
.github/workflows/e2e-naga.yml
@@ -59,6 +59,17 @@ jobs:
59
LIVE_MASTER_ACCOUNT: ${{ secrets[matrix.privateKey] }}
60
steps:
61
- uses: actions/checkout@v4
62
+ - uses: actions/setup-node@v4
63
+ with:
64
+ node-version: 22.18.0
65
+ registry-url: https://registry.npmjs.org
66
+ cache: pnpm
67
+ - name: Enable corepack + pin pnpm
68
+ run: |
69
+ corepack enable
70
+ corepack prepare [email protected] --activate
71
+ - name: Install Dependencies
72
+ run: pnpm install --frozen-lockfile
73
- name: Download build output
74
uses: actions/download-artifact@v4
75
with:
0 commit comments