Skip to content

Commit

Permalink
Merge pull request #147 from Eastern-Research-Group/develop
Browse files Browse the repository at this point in the history
Update staging
  • Loading branch information
cschwinderg authored Apr 25, 2024
2 parents 4b7236d + eeb9cc8 commit 00e24a4
Show file tree
Hide file tree
Showing 54 changed files with 1,633 additions and 1,301 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set up node and npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
base: staging
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set up node and npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"

Expand Down
Loading

0 comments on commit 00e24a4

Please sign in to comment.