diff options
author | 2023-09-28 15:19:45 +0000 | |
---|---|---|
committer | 2023-09-28 20:49:45 +0530 | |
commit | 23e7b259eb9d6ba8da341ddb861b31812c10a3a5 (patch) | |
tree | 49b27069487b8aedc7fb6b9ce249b616580f8954 | |
parent | 8617259fc9d8d2432d742221e9715c6d0cb863bb (diff) | |
download | astro-23e7b259eb9d6ba8da341ddb861b31812c10a3a5.tar.gz astro-23e7b259eb9d6ba8da341ddb861b31812c10a3a5.tar.zst astro-23e7b259eb9d6ba8da341ddb861b31812c10a3a5.zip |
chore(ci): pin CI Node version to 18.17.1 (#8693)
* chore(ci): pin E2E Node version to 18.17.1
* pin for the "test" as well
* ...for windows, not ubuntu
* ...for windows, not macos
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 }} |