Skip to content

Commit

Permalink
Merge pull request #9 from NIH-NCPI/update-to-github-actions
Browse files Browse the repository at this point in the history
Update deploy_preview.yml
  • Loading branch information
torstees authored Jul 3, 2024
2 parents 31109fa + ad471e6 commit 05a602b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16]
node-version: [20]
steps:
- name: Check out branch
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 🛠 Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: 🛠 Install SUSHI and add FSH definitions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
concurrency: ci-${{ github.ref }}
strategy:
matrix:
node-version: [16]
node-version: [20]
steps:
- name: Check out branch
uses: actions/checkout@v2
Expand Down

0 comments on commit 05a602b

Please sign in to comment.