Skip to content

Commit a67334f

Browse files
committed
Upgrade node-version for cicd.
1 parent 83c6be8 commit a67334f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

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

1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717

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

.github/workflows/deploy-staging.yml

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

1212
strategy:
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [18.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)