We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3247db commit c85510bCopy full SHA for c85510b
1 file changed
.github/workflows/deploy_to_s3.yml
@@ -24,7 +24,7 @@ on:
24
# - dummy
25
env:
26
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOIT_WEBHOOK_URL }} # for slack
27
- NODE_VERSION: 14
+ NODE_VERSION: 20
28
TZ: "America/New_York"
29
30
jobs:
@@ -66,7 +66,7 @@ jobs:
66
- name: Checkout the repository
67
uses: actions/checkout@v4
68
69
- - name: Downgrade node 14
+ - name: Specify Node ${{ env.NODE_VERSION }}
70
uses: actions/setup-node@v4
71
with:
72
node-version: ${{ env.NODE_VERSION }}
0 commit comments