This commit is contained in:
dependabot[bot]
2026-07-19 14:36:44 +08:00
committed by GitHub
+4 -4
View File
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@v6 - uses: actions/setup-node@v7
with: with:
node-version: 20.x node-version: 20.x
- run: npm install - run: npm install
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@v6 - uses: actions/setup-node@v7
with: with:
node-version: 20.x node-version: 20.x
- run: npm install - run: npm install
@@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@v6 - uses: actions/setup-node@v7
with: with:
node-version: 20.x node-version: 20.x
- run: npm install - run: npm install
@@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@v6 - uses: actions/setup-node@v7
with: with:
node-version: 20.x node-version: 20.x
- name: Install devcontainer cli - name: Install devcontainer cli