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

Commit 7b7e7f5

Browse files
committed
update node in actions
1 parent a92f1ba commit 7b7e7f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '20.x'
13+
node-version: '22.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- name: Install dependencies
1616
run: npm install

.github/workflows/typedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
NODE_VERSION: 20.x
11+
NODE_VERSION: 22.x
1212
ENTRY_FILE: 'src/index.ts'
1313

1414
jobs:

0 commit comments

Comments
 (0)