pull/2392/head
kathleenteamshares 2025-02-28 14:10:28 -05:00
rodzic 3d9092cf6f
commit 56915f8108
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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:

Wyświetl plik

@ -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

Wyświetl plik

@ -1 +1 @@
nodejs 20.9.0
nodejs lts