Skip to content

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 24, 2023
1 parent c2e5a89 commit 4bbabbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: {{ matrix.node }}
node-version: ${{ matrix.node }}
cache: "npm"
- name: Enable corepack
run: corepack enable
Expand Down

0 comments on commit 4bbabbb

Please sign in to comment.