Skip to content

Commit 35ba471

Browse files
committed
Update GitHub Actions workflow to Node 22
1 parent f1b4c34 commit 35ba471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Run tests

0 commit comments

Comments
 (0)