Skip to content

Commit

Permalink
make sure node versions match
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <[email protected]>
  • Loading branch information
hanbollar committed Feb 14, 2024
1 parent d479f29 commit c13277a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/npm-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# todo - run the npm install with a dockerfile setup instead of pure
# install but not important to do right now since install isnt too long


- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 21

- name: Download Npm Artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit c13277a

Please sign in to comment.