diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index cec2a02a..ad87bd1f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.11.0 cache: "npm" - run: npm ci - run: npm run lint diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index 3a7b1b25..828fb605 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -18,11 +18,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.11.0 cache: "npm" - run: npm ci - run: npm run build diff --git a/package.json b/package.json index cd9e8af6..6bd6da93 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,13 @@ "prettier --ignore-path .eslintignore --single-quote --write" ] }, + "build": { + "directories": { + "app": "release/app", + "buildResources": "assets", + "output": "release/build" + } + }, "repository": { "type": "git", "url": "git+https://github.com/Zagrios/bs-manager.git"