From 61f1d9dab1143b030a90ed63da7f7e4ace55a53c Mon Sep 17 00:00:00 2001 From: Iris Booker <116098160+ibooker@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:28:09 -0500 Subject: [PATCH] chore: update to node 18 --- .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 edbe13e..0de48b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "14.x" + node-version: "18.x" - run: npm install - run: npm test