Skip to content

Commit

Permalink
Set minimum node version to 22
Browse files Browse the repository at this point in the history
As required by dependency rifraf
  • Loading branch information
larsjohnsen committed Sep 14, 2024
1 parent 490e475 commit a80d88f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '22'
- run: yarn install --frozen-lockfile

- run: yarn flow check --show-all-errors
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '22'
- run: yarn install --frozen-lockfile

- run: yarn build --browsers=all
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '22'
- run: yarn install --frozen-lockfile

- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Thinking about contributing to RES? Awesome! We just ask that you follow a few s
#### First time installation

1. Install [git](https://git-scm.com/).
1. Install [node.js](https://nodejs.org) (version >= 21).
1. Install [node.js](https://nodejs.org) (version >= 22).
1. Install [yarn](https://yarnpkg.com/lang/en/docs/install/)
1. [Clone this repository](https://help.github.com/articles/cloning-a-repository/).
1. Run `yarn` in that folder.
Expand Down

0 comments on commit a80d88f

Please sign in to comment.