diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cab1fd79f..aebf825ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - os: macos-latest NODE_VERSION: 18 - os: windows-latest - NODE_VERSION: 18 + NODE_VERSION: 18.17.1 fail-fast: false env: NODE_VERSION: ${{ matrix.NODE_VERSION }} @@ -155,7 +155,7 @@ jobs: strategy: matrix: OS: [ubuntu-latest, windows-latest] - NODE_VERSION: [18] + NODE_VERSION: [18.17.1] fail-fast: false env: NODE_VERSION: ${{ matrix.NODE_VERSION }}