Skip to content

Commit

Permalink
Pass in Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Aug 4, 2024
1 parent 086b9a9 commit bd59b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/run-tests
with:
node-version: ${{ matrix.node-version }}

# # Install Node
# - name: Setup Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit bd59b39

Please sign in to comment.