Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Nov 24, 2024
1 parent ea2cc1b commit 098e310
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,13 +15,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ latest, current, node ]
node: [ 'latest', 'current', 'node' ]
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: {{ matrix.node }}
node-version: ${{ matrix.node }}
- run: npm install --save

- name: Publish
Expand Down

0 comments on commit 098e310

Please sign in to comment.