From fe02b0e0ad07f376736f0ccb7770ba060614d4c4 Mon Sep 17 00:00:00 2001 From: Frederik Wessberg Date: Tue, 24 Sep 2024 15:17:05 +0200 Subject: [PATCH] fix: update github actions node versions --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1e1764e..6b0bf98 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: [18.20, 19, 20, 21, 22] + node: [18.20.0, 19, 20, 21, 22] steps: - name: Checkout code