We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13d739 commit 569766fCopy full SHA for 569766f
.github/workflows/test.yml
@@ -23,15 +23,15 @@ jobs:
23
- '14.16'
24
os:
25
- macos-latest
26
- - ubuntu-latest
+ - ubuntu-22.04
27
- windows-latest
28
runs-on: "${{ matrix.os }}"
29
steps:
30
- name: Install Rosetta
31
if: ${{ matrix.os == 'macos-latest' && matrix.node-version == '14.16' }}
32
run: /usr/sbin/softwareupdate --install-rosetta --agree-to-license
33
- name: Install Linux Dependencies
34
- if: ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.os == 'ubuntu-22.04' }}
35
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-3-0 libnss3 libxss1 libxtst6 xvfb libgbm-dev
36
- name: Checkout
37
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments