Skip to content

Commit

Permalink
chore(*): init v4 package.json and release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed May 24, 2024
1 parent 86e6e4c commit 735080f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- v4-dev

jobs:
release:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup | Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Setup | Dependencies
run: npm i -g pnpm && pnpm i --frozen-lockfile
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"steam",
"components"
],
"author": "Jonas Dellinger <jonas@dellinger.dev>",
"author": "SteamDeckHomebrew Team",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/SteamDeckHomebrew/decky-frontend-lib/issues"
Expand Down

0 comments on commit 735080f

Please sign in to comment.