forked from harshadgavali/gnome-gesture-improvements
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: add support for GNOME 45 (harshadgavali#206) and GNOME 46 (ha…
- Loading branch information
Showing
60 changed files
with
3,617 additions
and
24,833 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
||
|
@@ -32,7 +32,6 @@ jobs: | |
- name: Build | ||
run: | | ||
tsc | ||
node build/scripts/transpile.js | ||
- name: Lint package | ||
run: | | ||
|
@@ -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] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.