Skip to content

Commit

Permalink
test: fix CI test for different Node versions (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Apr 9, 2022
1 parent 2a9a31c commit e8a57cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -24,7 +24,10 @@ jobs:
name: ${{ matrix.os }} (Node v${{ matrix.node }})

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: git config --global user.name User
- run: git config --global user.email user@example.org
- run: npm install
Expand Down

0 comments on commit e8a57cc

Please sign in to comment.