Skip to content

Commit

Permalink
move version config into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Feb 29, 2024
1 parent 3a9bd1a commit 2c4b4d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20.x

- uses: pnpm/action-setup@v3

- name: Build
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20.x

- uses: pnpm/action-setup@v3

- name: Lint and Build
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
"@typescript-eslint/parser": "7.1.0",
"eslint": "8.57.0",
"typescript": "5.1.6"
}
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8"
}

0 comments on commit 2c4b4d0

Please sign in to comment.