@@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
node-version: ["14.18.3", "16.13.2"]
|
||||
node-version: ['14.18.3', '16.13.2']
|
||||
|
||||
env:
|
||||
CI: true
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
- name: setup chrome
|
||||
|
||||
Reference in New Issue
Block a user