Run on all

This commit is contained in:
HaveAGitGat 2022-05-23 07:40:24 +01:00
parent b1815667d6
commit af8c30429c
3 changed files with 9 additions and 3 deletions

View file

@ -12,6 +12,12 @@ jobs:
strategy:
matrix:
node-version: [16.x]
os:
[
["ubuntu-20.04"],
["windows-2019"],
["macos-11.0"],
]
steps:
- uses: actions/checkout@v2