Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
puckey committed Jan 31, 2024
1 parent bcd6b3b commit 8d22129
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
name: Run test & lint
runs-on: Ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- uses: actions/cache@v2
node-version: '18.x'
- uses: actions/cache@v4
id: yarn-cache
with:
path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: Ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- uses: actions/cache@v2
node-version: '18.x'
- uses: actions/cache@v4
id: yarn-cache
with:
path: |
Expand Down

0 comments on commit 8d22129

Please sign in to comment.