Skip to content

Commit

Permalink
chore: update node version in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyww93 committed Dec 31, 2024
1 parent 077c437 commit b2f7568
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployment_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Enforce node version
- uses: actions/setup-node@v4
with:
node-version: 20.17.0

# Create the first message on slack
- name: Update status on slack
id: slack
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deployment_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Enforce node version
- uses: actions/setup-node@v4
with:
node-version: 20.17.0

# Create the first message on slack
- name: Update status on slack
id: slack
Expand Down

0 comments on commit b2f7568

Please sign in to comment.