Skip to content

Commit

Permalink
Update action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
corygibbons committed Feb 14, 2025
1 parent db48df2 commit bcdf5cb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: yarn install
node-version: '20.x'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn test -- --no-sandbox
- name: Upload diff output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: diff-output
Expand Down

0 comments on commit bcdf5cb

Please sign in to comment.