Skip to content

Commit

Permalink
feat!: migrate configuration to use proper flat configs
Browse files Browse the repository at this point in the history
Signed-off-by: diba1013 <diba1013@proton.me>
  • Loading branch information
diba1013 committed Jun 22, 2024
1 parent 7faeb83 commit 4beac1c
Show file tree
Hide file tree
Showing 6 changed files with 10,979 additions and 277 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: "Build"
name: Build

env:
NPM_GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -16,14 +16,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: "Prepare"
- name: Prepare
run: |
corepack enable
- name: "Setup node"
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: .nvmrc
cache: pnpm

- name: Install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: "Prepare"
- name: Prepare
run: |
corepack enable
- name: "Setup node"
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: .nvmrc
cache: pnpm

- name: Install
Expand Down
Loading

0 comments on commit 4beac1c

Please sign in to comment.