Skip to content

Commit

Permalink
Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Aug 4, 2022
1 parent 04323a3 commit 9b0312a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node: ['latest']
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -23,4 +23,5 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test
- run: npm run test:engines

0 comments on commit 9b0312a

Please sign in to comment.