kopia lustrzana https://github.com/shoelace-style/shoelace
testing again
rodzic
3d9092cf6f
commit
56915f8108
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: 20.9.0
|
||||
node-version: [20.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20.9.0
|
||||
node-version: 20
|
||||
- run: npm ci
|
||||
|
||||
publish-gpr:
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20.9.0
|
||||
node-version: 20
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
|
||||
- run: npx playwright install-deps
|
||||
|
|
|
@ -1 +1 @@
|
|||
nodejs 20.9.0
|
||||
nodejs lts
|
||||
|
|
Ładowanie…
Reference in New Issue