chore: remove node-gyp cache

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-06-15 15:32:09 +02:00
parent a2c70cdda2
commit 88463cd52e
+15 -1
View File
@@ -18,7 +18,7 @@ concurrency:
jobs:
build:
runs-on: windows-2019
runs-on: windows-2022
strategy:
matrix:
@@ -48,10 +48,24 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
- name: Patch node-gyp to support Visual Studio 2022
shell: powershell
run: |
npm install --global node-gyp@latest
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
- name: setup chrome
uses: browser-actions/setup-chrome@latest
- name: yarn install
run: yarn install --immutable