Skip to content

Commit

Permalink
Merge pull request #1 from bencevans/main
Browse files Browse the repository at this point in the history
basic wayland support via flameshot
  • Loading branch information
valueerrorx authored Sep 24, 2024
2 parents a18c61e + 744c174 commit 2fc1584
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x, 19.x]
os: [ubuntu-latest, windows-latest]
node-version: [16.x, 18.x, 20.x]

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install xrandr
run: sudo apt-get update && sudo apt-get install -y x11-xserver-utils
if: runner.os == 'Linux'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
with:
working-directory: ./ #optional
run: npm test
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [14.x]
node-version: [18.x]

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 2fc1584

Please sign in to comment.