mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
Merge e63413484d
into 3e18e6c124
This commit is contained in:
commit
ec329105d7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codequality.yml
vendored
4
.github/workflows/codequality.yml
vendored
|
@ -11,9 +11,9 @@ jobs:
|
||||||
node-version: [22]
|
node-version: [22]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: npm install, lint, code style check
|
- name: npm install, lint, code style check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue