Skip to content

Commit

Permalink
downgrade to node 20.x (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks authored Dec 20, 2024
1 parent de3c51a commit de808b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 23.x
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 23.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v23.4.0
v20.18.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ $ npm ci
$ npm run build
```

You **have** to use Node.js 23.x.
You **have** to use Node.js 20.x.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de808b1

Please sign in to comment.