mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 03:13:41 +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:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [23.x]
|
||||
node-version: [20.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user