Skip to content

Commit d1f4ea3

Browse files
committed
ci
1 parent ecb59b3 commit d1f4ea3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/develop.yml

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

2020
strategy:
2121
matrix:
22-
node: ['14']
22+
node: ['20']
2323

2424
steps:
2525
- uses: actions/checkout@v2

.github/workflows/production.yml

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

1818
strategy:
1919
matrix:
20-
node: ['16']
20+
node: ['20']
2121

2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)