Skip to content

Commit 267f1b2

Browse files
committed
ci: Update to node v22.
1 parent ee68763 commit 267f1b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
with:
1717
fetch-depth: 2
1818

19-
# Set up Node.js version 20
20-
- name: Set up Node.js 20
19+
# Set up Node.js version 22
20+
- name: Set up Node.js 22
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: '20'
23+
node-version: '22'
2424
cache: 'npm'
2525

2626
- name: Get Composer Cache Directory

0 commit comments

Comments
 (0)