Skip to content

Commit

Permalink
ci: upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 10, 2024
1 parent 40c87f6 commit 3d0bde3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
version: 8.5.0
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
node-version: 'lts/*'
cache: pnpm
- name: 'BrowserStack Env Setup'
uses: 'browserstack/github-actions/setup-env@master'
# forks do not have access to secrets so just skip this
Expand Down

0 comments on commit 3d0bde3

Please sign in to comment.