Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3265b23

Browse filesBrowse files
committed
chore(ci): run ci with node 20.16
1 parent 2e05d03 commit 3265b23
Copy full SHA for 3265b23

File tree

Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '20.9.0'
14+
node-version: '20.16.0'
1515
- uses: actions/cache@v3
1616
with:
1717
path: |
@@ -38,9 +38,9 @@ jobs:
3838
- uses: actions/checkout@v3
3939
with:
4040
fetch-depth: 0
41-
- uses: actions/setup-node@v3
41+
- uses: actions/setup-node@v4
4242
with:
43-
node-version: '20.9.0'
43+
node-version: '20.16.0'
4444
- uses: actions/cache@v3
4545
with:
4646
path: |

‎.github/workflows/commitlint.yml

Copy file name to clipboardExpand all lines: .github/workflows/commitlint.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
- uses: actions/checkout@v3
99
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
1010
- run: echo -n '' > .dockerignore
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '20.9.0'
13+
node-version: '20.16.0'
1414
- uses: actions/cache@v3
1515
with:
1616
path: |
@@ -31,9 +31,9 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v3
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@v4
3535
with:
36-
node-version: '20.9.0'
36+
node-version: '20.16.0'
3737
- uses: actions/cache@v3
3838
with:
3939
path: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.