Skip to content

Commit

Permalink
💚 FIx CI Build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
d2n0s4ur committed Feb 13, 2024
1 parent 3cef614 commit 0fbe22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js $
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: $
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test

0 comments on commit 0fbe22d

Please sign in to comment.