Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

build(deps): update node.js to v22 #194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
- name: Install dependencies with Yarn
run: yarn install --immutable
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
- name: Install dependencies with Yarn
run: yarn install --immutable
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
- name: Install dependencies with Yarn
run: yarn install --immutable
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
- name: Install dependencies with Yarn
run: yarn install --immutable
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
- name: Install dependencies with Yarn
run: yarn install --immutable
Expand All @@ -137,7 +137,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
- name: Install dependencies with Yarn
run: yarn install --immutable
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'yarn'
- name: Install dependencies with Yarn
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@microsoft/api-extractor": "7.52.4",
"@tsconfig/node16": "16.1.3",
"@types/jest": "29.5.14",
"@types/node": "20.17.31",
"@types/node": "22.15.2",
"assemblyscript": "0.27.36",
"babel-jest": "29.7.0",
"enhanced-resolve": "5.18.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4071,12 +4071,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.31":
version: 20.17.31
resolution: "@types/node@npm:20.17.31"
"@types/node@npm:22.15.2":
version: 22.15.2
resolution: "@types/node@npm:22.15.2"
dependencies:
undici-types: ~6.19.2
checksum: dbfd793ecce48392ea3ad2b781abae6286d36e787ab05c684ec7e33a4e77b38fb507010aa0dcf6b9a2c51bb266c3fb8f2fb2585261b5ce5055524de7e7f0f623
undici-types: ~6.21.0
checksum: 4602e8689375b07247dcd355ee50597e4c5bab2420b2b94b3e201a0d20c4ff88a3abcd5792ab33ae58fe3a49d6d858a6b59a0b45a2bf069386e5a1652696b6aa
languageName: node
linkType: hard

Expand Down Expand Up @@ -10334,7 +10334,7 @@ __metadata:
"@microsoft/api-extractor": 7.52.4
"@tsconfig/node16": 16.1.3
"@types/jest": 29.5.14
"@types/node": 20.17.31
"@types/node": 22.15.2
assemblyscript: 0.27.36
babel-jest: 29.7.0
buffer: 6.0.3
Expand Down Expand Up @@ -13372,10 +13372,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 46331c7d6016bf85b3e8f20c159d62f5ae471aba1eb3dc52fff35a0259d58dcc7d592d4cc4f00c5f9243fa738a11cfa48bd20203040d4a9e6bc25e807fab7ab3
languageName: node
linkType: hard

Expand Down
Loading