Skip to content

Commit 04b85cb

Browse files
authored
fix(arcgis-rest-request): cleanup release workflows
* * chore: revert
1 parent d041cd3 commit 04b85cb

File tree

2 files changed

+6
-45
lines changed

2 files changed

+6
-45
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
build_and_test:
2323
name: Build and Test
2424

25-
runs-on: ${{ matrix.os }}
26-
2725
strategy:
2826
matrix:
2927
os: [ubuntu-latest]
30-
node: [24]
28+
node: [20, 22, 24]
29+
30+
runs-on: ${{ matrix.os }}
3131

3232
steps:
3333
- uses: actions/checkout@v4
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install
3939
run: npm ci --legacy-peer-deps
4040

41+
- name: Install Playwright Browsers
42+
run: npx playwright install --with-deps
43+
4144
- name: Build
4245
run: npm run build
4346

0 commit comments

Comments
 (0)