Skip to content

Commit 02a3a47

Browse files
committed
chore: upgrade NodeJS version in CI
1 parent b10e861 commit 02a3a47

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/css-processor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.x]
15+
node-version: [20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -32,4 +32,4 @@ jobs:
3232
- uses: codecov/codecov-action@v2
3333
with:
3434
flags: css-processor
35-
fail_ci_if_error: true
35+
fail_ci_if_error: false

.github/workflows/performances.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14.x]
17+
node-version: [20.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/transient-render-engine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14.x]
17+
node-version: [20.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -36,4 +36,4 @@ jobs:
3636
- uses: codecov/codecov-action@v2
3737
with:
3838
flags: transient-render-engine
39-
fail_ci_if_error: true
39+
fail_ci_if_error: false

0 commit comments

Comments
 (0)