From fc33cda16f34856df3a2e5cc50b9d91f52d3353b Mon Sep 17 00:00:00 2001 From: David Chanin Date: Sat, 23 Dec 2023 21:47:37 -0500 Subject: [PATCH] bump node again --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc169c5..a02a5da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: yarn install - run: yarn test - run: yarn build