Skip to content

Commit eb6aad4

Browse files
authored
Merge pull request #817 from CityOfBoston/develop
Node version 20 upgrade, DIG-6032, packages update
2 parents cde458b + 947ac61 commit eb6aad4

4 files changed

Lines changed: 21880 additions & 16607 deletions

File tree

.github/workflows/deploy_to_s3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ 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:
3131
Deploy:
3232
# installed software: https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-latest
3434
defaults:
3535
run:
3636
shell: bash
@@ -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)