Skip to content

Commit 193dcda

Browse files
committed
Upgrade CI Node version to v22
1 parent 10d1603 commit 193dcda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
working-directory: website
1111
strategy:
1212
matrix:
13-
node-version: [12.x, 14.x]
14-
13+
node-version: [22.x]
1514
steps:
1615
- uses: actions/checkout@v2
1716
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)