Skip to content

Commit f2f0552

Browse files
committed
Use an older ubuntu version
1 parent 605c54c commit f2f0552

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/actions/test-and-build/action.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ runs:
7272
- name: Run Tests
7373
env:
7474
NODE_OPTIONS: "--max_old_space_size=4096"
75-
DEBUG: "*"
7675
run: |
7776
npm run test
7877
shell: bash

.github/workflows/test-and-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, windows-2019, macos-latest]
19+
os: [ubuntu-22.04, windows-2019, macos-latest]
2020
fail-fast: false
2121

2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)