Skip to content

Commit 3b3e86a

Browse files
authored
feat: Upgrade to Node 22 and remove unused files (#100)
* build: jump to node 22 * chore: remove unused lefthook * chore: remove unused turbo build
1 parent de397ba commit 3b3e86a

File tree

5 files changed

+3
-74
lines changed

5 files changed

+3
-74
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 22
1919
cache: 'npm'
2020
registry-url: 'https://registry.npmjs.org'
2121

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 18
12+
node-version: 22
1313
cache: 'npm'
1414

1515
- name: NPM Install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v22

lefthook.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

turbo.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)