Skip to content

Commit 29c2f6c

Browse files
committed
Update workflow to Node 22
1 parent 8e63c54 commit 29c2f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
cache: 'npm'
2020
- run: npm ci
2121
- run: npm run prepublish

0 commit comments

Comments
 (0)