Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Sep 20, 2024
1 parent 69d2519 commit 7a963d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set node version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.18.0

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ To manually sync the website with the S3 bucket, configure permissions for using
ng build
aws s3 sync dist s3://nrel-btodatatools-web-prod-bucket
```

## Subdomain management

There are three subdomains on GitHub that are used to view the website before pushing to develop and main.

0 comments on commit 7a963d0

Please sign in to comment.