diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d04576f96ae..2335e69adf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,8 +135,8 @@ jobs: exclude: # excludes node 14 on Windows - runtime: node - os: windows-latest - node-version: 14 + node-version: '14' + os: 'windows-latest' steps: - uses: actions/checkout@v4