Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed May 14, 2024
1 parent 997b505 commit d6ebcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
path: |
${{ github.workspace }}/types/node_modules
key: ${{ runner.os }}-node-19-types-${{ hashFiles('types/yarn.lock') }}
key: ${{ runner.os }}-node-${{ matrix.node-version }}-types-${{ hashFiles('types/yarn.lock') }}
- name: Install dependencies
run: |
yarn install --frozen-lockfile
Expand Down

0 comments on commit d6ebcee

Please sign in to comment.