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