chore(*): init v4 package.json and release.yaml

This commit is contained in:
AAGaming
2024-05-24 16:21:58 -04:00
parent 86e6e4c0f5
commit 735080fee3
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- v4-dev
jobs:
release:
@@ -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

View File

@@ -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"