Skip to content

Commit

Permalink
ci: ignore testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 12, 2024
1 parent b4a347e commit b091f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
extend-exclude = [
"*.snap",
"*.sum",
"*.mod"
"*.mod",
"*.csv",
"testdata.json"
]

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '21'
node-version: '22'

- name: Set up pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
Expand Down

0 comments on commit b091f7b

Please sign in to comment.