Skip to content

Commit 43c81a3

Browse files
Update dependency node to v22
1 parent 957f8cf commit 43c81a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: '16'
11+
node-version: '22'
1212
- run: npm install
1313
working-directory: site2
1414
- run: npm run-script build

0 commit comments

Comments
 (0)