This commit is contained in:
GCHQDeveloper581 2026-03-17 10:25:35 +08:00 committed by GitHub
commit d18a5cb294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 22 additions and 18 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install

View file

@ -17,7 +17,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install

View file

@ -27,7 +27,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install