Skip to content

Commit f81d5eb

Browse files
authored
Using a node version compatible with canvas in the release workflow (#183)
1 parent 8d64bea commit f81d5eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
release:
1111
runs-on: ubuntu-22.04
1212

13+
strategy:
14+
matrix:
15+
node-version: [16.x]
16+
1317
steps:
1418
- uses: actions/checkout@v2
1519
with:

0 commit comments

Comments
 (0)