Skip to content

Commit cdd5c02

Browse files
authored
Merge pull request #9 from FlutterGen/chore-upgrade-bun-node
chore: upgrade bun and node
2 parents e35319f + 40da22d commit cdd5c02

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.16.0
1+
20.17.0

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.github/CODEOWNERS
22
dist/
33
node_modules/
4+
.node-version
5+
.tool-versions
46
bun.lockb
7+
LICENSE

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bun 1.1.24
1+
bun 1.1.25

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install the tools using asdf, run the following command:
1010

1111
```shell
1212
# asdf
13-
asdf i
13+
asdf install
1414

1515
# mise
1616
mise i

lefthook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ pre-commit:
88
- .github/CODEOWNERS
99
- dist/**/*
1010
- node_modules/**/*
11+
- .node-version
12+
- .tool-versions
13+
- LICENSE
1114
- bun.lockb
1215
stage_fixed: true
1316
run: bun prettier --write {staged_files}

0 commit comments

Comments
 (0)