From b050b13d01dadbe1637ccd3b823102d90b255f8c Mon Sep 17 00:00:00 2001 From: Matt Wang <matt@matthewwang.me> Date: Sun, 18 Dec 2022 12:12:10 -0800 Subject: [PATCH] bump JS CI Node version to 18 (#1066) Node 18 has been stable for a while, so I feel comfortable making this switch; should be no downstream impact other than speed! --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4eaa17d9..ed0bb9a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 -- GitLab