diff options
author | 2023-09-06 21:33:00 +0800 | |
---|---|---|
committer | 2023-09-06 09:33:00 -0400 | |
commit | fa826f84b2c70c255e3defba5d9bcf76b438edc7 (patch) | |
tree | 875e9f55f29e4439ba5e857050d8e12391f38cb6 | |
parent | bd8aa9a996c8a9f9283995360fd495c291d1f766 (diff) | |
download | astro-fa826f84b2c70c255e3defba5d9bcf76b438edc7.tar.gz astro-fa826f84b2c70c255e3defba5d9bcf76b438edc7.tar.zst astro-fa826f84b2c70c255e3defba5d9bcf76b438edc7.zip |
Temporarily pin Node 20 version in CI (#8431)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c573e10..cab1fd79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: strategy: matrix: OS: [ubuntu-latest] - NODE_VERSION: [18, 20] + NODE_VERSION: [18, 20.5.1] include: - os: macos-latest NODE_VERSION: 18 |