Skip to content

Commit d92a0cb

Browse files
committed
Use Node 22 to fix local issues
1 parent 7035fb8 commit d92a0cb

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: 20
26+
node-version: 22
2727
cache: yarn
2828
- name: Install yarn dependencies
2929
run: yarn install --immutable

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v6
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
cache: yarn
4343
- run: yarn install --immutable
4444
- run: yarn build

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.0
1+
22.17.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Open-source implementations of the programming language _Source_. Source is a se
2020

2121
## Prerequisites
2222

23-
- NodeJS v20
23+
- NodeJS v22
2424
- Python: On MacBook Pro with chip Apple M1 Pro, use python 3.10.12. Here is [the correct way to set Python 3 as default on a Mac](https://opensource.com/article/19/5/python-3-default-mac).
2525
- yarn: use the version specified in `package.json`. On macos, you may need to run `corepack enable`.
26+
2627
## Usage
2728

2829
To build,

0 commit comments

Comments
 (0)