Skip to content

Commit a3bbd27

Browse files
committed
Update nodejs version
1 parent ecae8b8 commit a3bbd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30-
- name: Use Node.js 21.x
30+
- name: Use Node.js 22.x
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 21.x
33+
node-version: 22.x
3434

3535
# Docs: https://github.com/shivammathur/setup-php
3636
- name: Setup PHP

0 commit comments

Comments
 (0)