From aa10f317019e135b830eff5438f1407c27e4d86a Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Tue, 24 Oct 2023 15:36:20 -0400 Subject: [PATCH] Use node 18 --- .github/actions/setup/action.yml | 2 +- .node-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 511ab947e..77c5a2ddf 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -5,7 +5,7 @@ runs: steps: - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies diff --git a/.node-version b/.node-version index b6a7d89c6..3c032078a 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16 +18