Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7d402cff
authored
Jan 22, 2025
by
1808837298@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update Node.js version in CI workflows from 16 to 18
parent
f2e1447c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/linux-release.yml
+1
-1
.github/workflows/macos-release.yml
+1
-1
.github/workflows/windows-release.yml
+1
-1
No files found.
.github/workflows/linux-release.yml
View file @
7d402cff
...
...
@@ -17,7 +17,7 @@ jobs:
fetch-depth
:
0
-
uses
:
actions/setup-node@v3
with
:
node-version
:
1
6
node-version
:
1
8
-
name
:
Build Frontend
env
:
CI
:
"
"
...
...
.github/workflows/macos-release.yml
View file @
7d402cff
...
...
@@ -17,7 +17,7 @@ jobs:
fetch-depth
:
0
-
uses
:
actions/setup-node@v3
with
:
node-version
:
1
6
node-version
:
1
8
-
name
:
Build Frontend
env
:
CI
:
"
"
...
...
.github/workflows/windows-release.yml
View file @
7d402cff
...
...
@@ -20,7 +20,7 @@ jobs:
fetch-depth
:
0
-
uses
:
actions/setup-node@v3
with
:
node-version
:
1
6
node-version
:
1
8
-
name
:
Build Frontend
env
:
CI
:
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment