Skip to content

Commit c70a80e

Browse files
mikavilpasuncenter
andauthored
chore: update to nodejs v22 (#50)
Co-authored-by: uncenter <uncenter@uncenter.dev>
1 parent 8d91e1a commit c70a80e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version-file: .node-version
2222
cache: pnpm
2323
cache-dependency-path: pnpm-lock.yaml
2424

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.17.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Development environment setup
1414

15-
1. This repositories uses [Node.js](https://nodejs.org/en) and [pnpm](https://pnpm.io/) for testing and formatting the schemas. Make sure to have both installed.
15+
1. This repositories uses [Node.js](https://nodejs.org/en) and [pnpm](https://pnpm.io/) for testing and formatting the schemas. Make sure to have both installed. The Node.js version to use can be found in [`.node-version`](./.node-version) file.
1616
2. Clone this repository and setup the `yazi` submodule (required for running the tests).
1717

1818
```shell

0 commit comments

Comments
 (0)