Skip to content

Commit

Permalink
chore: drop node.js v14 support
Browse files Browse the repository at this point in the history
Which comes end of life 30 April 2023.

Incidentally, it should fix current github action failure:
```
Run pnpm install
ERROR: This version of pnpm requires at least Node.js v16.14
The current version of Node.js is v14.21.3
Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
Error: Process completed with exit code 1.
```
  • Loading branch information
swiing committed Apr 26, 2023
1 parent a52fa99 commit 3596c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: ['18', '16', '14']
node: ['18', '16']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 3596c36

Please sign in to comment.