Skip to content

Commit

Permalink
Bump tests to run on node latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford authored Mar 26, 2024
1 parent 3209413 commit 229ef3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
production-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 'latest'
- run: yarn install --frozen-lockfile
- run: yarn run production-test
env:
Expand Down

0 comments on commit 229ef3e

Please sign in to comment.