Skip to content

Commit 39c6a87

Browse files
fix(workspace): upgrade ci node version
1 parent 61d6079 commit 39c6a87

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [20.x]
1414
name: Node ${{ matrix.node }}
1515

1616
steps:

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [ 18.x ]
15+
node-version: [ 20.x ]
1616
name: Node ${{ matrix.node }}
1717

1818
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18.x]
18+
node-version: [20.x]
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/user-flow-gh-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [18.x]
9+
node-version: [20.x]
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: use Node.js ${{ matrix.node-version }}

.github/workflows/user-flow-md-report-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [20.x]
1414
name: Node ${{ matrix.node }}
1515

1616
steps:

0 commit comments

Comments
 (0)