Skip to content

Commit 1116639

Browse files
committed
[INTERNAL] Apply standard ci-node-version
1 parent 9e77fc5 commit 1116639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
- uses: actions/checkout@v6
2121

22-
- name: Use Node.js LTS 20.11.0
22+
- name: Use Node.js LTS 22
2323
uses: actions/setup-node@v6.4.0
2424
with:
25-
node-version: 20.11.0
25+
node-version: 22
2626

2727
- name: Install dependencies
2828
run: npm ci

0 commit comments

Comments
 (0)