Skip to content

Commit

Permalink
Update: add support for GNOME 45 (harshadgavali#206) and GNOME 46 (ha…
Browse files Browse the repository at this point in the history
  • Loading branch information
HieuTNg committed Jul 27, 2024
1 parent f007cac commit 70eeff7
Show file tree
Hide file tree
Showing 60 changed files with 3,617 additions and 24,833 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

143 changes: 0 additions & 143 deletions .eslintrc.json

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

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

Expand All @@ -32,7 +32,6 @@ jobs:
- name: Build
run: |
tsc
node build/scripts/transpile.js
- name: Lint package
run: |
Expand All @@ -46,7 +45,7 @@ jobs:
run: echo "zipFileName=gestureImprovements.$(date --iso-8601).$(git rev-parse --short HEAD)@gestures.shell-extension.zip" >> $GITHUB_ENV

- name: Upload archive artifact
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4"
with:
name: ${{ env.zipFileName }}
path: ${{ github.workspace }}/build/[email protected]
18 changes: 0 additions & 18 deletions .vscode/launch.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/settings.json

This file was deleted.

14 changes: 0 additions & 14 deletions @types/adw1/doc.json

This file was deleted.

Loading

0 comments on commit 70eeff7

Please sign in to comment.