Skip to content

Commit c85510b

Browse files
authored
Chore: Update to node 20
1 parent f3247db commit c85510b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_to_s3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
# - dummy
2525
env:
2626
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOIT_WEBHOOK_URL }} # for slack
27-
NODE_VERSION: 14
27+
NODE_VERSION: 20
2828
TZ: "America/New_York"
2929

3030
jobs:
@@ -66,7 +66,7 @@ jobs:
6666
- name: Checkout the repository
6767
uses: actions/checkout@v4
6868

69-
- name: Downgrade node 14
69+
- name: Specify Node ${{ env.NODE_VERSION }}
7070
uses: actions/setup-node@v4
7171
with:
7272
node-version: ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)