We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bba77b commit eb60011Copy full SHA for eb60011
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v1
15
with:
16
- node-version: '16.x'
+ node-version: "22.x"
17
- run: npm install
18
- run: touch .env
19
- run: npm run build
.github/workflows/update-generated-code.yaml
@@ -18,7 +18,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
20
21
- node-version: "20.x"
22
23
- name: Install npm dependencies
24
run: npm ci
0 commit comments