Skip to content

Commit 63bb558

Browse files
authored
Merge pull request #3868 from ccnmtl/nikolas-patch-8
github actions: update to node 22
2 parents 8c32f7f + 4080e52 commit 63bb558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup node
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: 20.x
44+
node-version: 22.x
4545
- name: Apt Update
4646
run: sudo apt-get -qq update
4747
- name: Install libgif-dev

0 commit comments

Comments
 (0)