Skip to content

Commit 68dc067

Browse files
committed
chore(workflows): update node-version to 22.x
1 parent 48822f2 commit 68dc067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ on:
1414

1515
env:
1616
FORCE_COLOR: 2
17-
NODE: 20
17+
NODE: 22
1818

1919
jobs:
2020
build:
2121
strategy:
2222
matrix:
2323
platform: [ubuntu-latest, windows-latest, macOS-latest]
24-
node-version: [20.x]
24+
node-version: [22.x]
2525
runs-on: ${{ matrix.platform }}
2626
steps:
2727
- name: Clone repository

0 commit comments

Comments
 (0)