test: use shared as integration-tests level (#12278)

This commit is contained in:
Harminder Virk
2025-04-28 18:41:19 +05:30
committed by GitHub
parent 5f4a859911
commit 552dc52228
27 changed files with 173 additions and 213 deletions

View File

@@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
@@ -114,7 +114,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
@@ -187,7 +187,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
@@ -242,7 +242,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"