mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 04:42:02 +08:00
try another node version
This commit is contained in:
parent
56a8ca7cdc
commit
cb98acd0e3
4
.github/workflows/test-browser.yml
vendored
4
.github/workflows/test-browser.yml
vendored
@ -8,11 +8,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [23.x]
|
node-version: [20.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user