Skip to content

Commit

Permalink
Upgrade Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
andygout committed Apr 8, 2024
1 parent b0c6c7b commit 34d1391
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm t
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/iron
18
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ You will need a recent version of Node and npm installed. Check the `.nvmrc` for

```bash
$ node -v
v14.21.3
v18
$ npm -v
v6.14.18
v8
```

To install Node (with npm) locally on macOS, we recommend [brew](https://brew.sh) with
Expand Down

0 comments on commit 34d1391

Please sign in to comment.