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