Skip to content

Commit

Permalink
Using a node version compatible with canvas in the release workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pabo99 committed Jun 19, 2024
1 parent 8d64bea commit f81d5eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
release:
runs-on: ubuntu-22.04

strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f81d5eb

Please sign in to comment.