Skip to content

Commit f368417

Browse files
committed
canvas@3
1 parent 74aabcf commit f368417

File tree

3 files changed

+475
-27
lines changed

3 files changed

+475
-27
lines changed

.github/workflows/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: npm install
20+
- run: npm install --force
2121
- run: npm run build --if-present
2222
- run: npm test
2323
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)