Skip to content

Commit f669bb9

Browse files
committed
Bump version of Node in other actions
1 parent 9f8e30c commit f669bb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- created
77

88
env:
9-
NODE_VERSION: 18.16.0
9+
NODE_VERSION: 20
1010
ENV: prod
1111
AWS_EC2_METADATA_DISABLED: true
1212

.github/workflows/deploy-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- created
77

88
env:
9-
NODE_VERSION: 18.16.0
9+
NODE_VERSION: 20
1010
ENV: stage
1111
AWS_EC2_METADATA_DISABLED: true
1212

0 commit comments

Comments
 (0)