Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marohrdanz committed Mar 8, 2024
1 parent 6a9c1e9 commit 0801bb6
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 @@ -23,10 +23,10 @@ jobs:
SSL: false
steps:
- uses: actions/checkout@v4
- name: Setup Node version ${{ NODE_VERSION }}
- name: Setup Node version ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: ${{ NODE_VERSION }}
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm install
working-directory: ./app
Expand Down

0 comments on commit 0801bb6

Please sign in to comment.