Skip to content

Commit c07d5d3

Browse files
authored
Upgrade node version (#1660)
1 parent bb9e2a6 commit c07d5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 14
21+
node-version: 18
2222
cache: "npm"
2323
cache-dependency-path: "**/package-lock.json"
2424

0 commit comments

Comments
 (0)