We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5c511 commit e0adf43Copy full SHA for e0adf43
1 file changed
.github/workflows/jsdom-ci.yml
@@ -17,7 +17,7 @@ permissions:
17
18
jobs:
19
lint:
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v3
23
with:
@@ -33,7 +33,7 @@ jobs:
33
build-with-canvas:
34
env:
35
TEST_SUITE: 'node-canvas'
36
37
38
39
@@ -69,7 +69,7 @@ jobs:
69
- name: Run tests
70
run: yarn test-browser
71
build:
72
73
strategy:
74
fail-fast: false
75
matrix:
0 commit comments