Skip to content

Commit

Permalink
Update Build an Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Jul 17, 2024
1 parent 85f74e6 commit cd39e37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ jobs:
buildAndTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "20"
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit cd39e37

Please sign in to comment.