Skip to content

Commit 8acfdba

Browse files
committed
Fix build
1 parent 930ba51 commit 8acfdba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: Install node
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1717
with:
1818
node-version: '14.x'
1919
- name: Install Python
@@ -23,8 +23,6 @@ jobs:
2323
architecture: 'x64'
2424
- name: Install dependencies
2525
run: python -m pip install jupyterlab
26-
- name: Install libgbm1 to fix puppeteer
27-
run: sudo apt-get install libgbm1
2826
- name: Build the extension
2927
run: |
3028
jlpm

0 commit comments

Comments
 (0)