Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 4a4f2a2

Browse files
Adding node 20 version
1 parent e8ea415 commit 4a4f2a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
git config user.email "[email protected]"
2424
- name: give user docker permission so we can run tests
2525
run: sudo chown $(whoami) /var/run/docker.sock
26+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
27+
with:
28+
node-version: 20
2629
- name: Set up QEMU
2730
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
2831
with:

0 commit comments

Comments
 (0)