From 03a579e10f41b1d9f1e1a7b22caf79b1a4cd6785 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Wed, 11 Oct 2023 21:55:42 +0200 Subject: [PATCH] fix(ci): bump node version (#3289) --- .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 cbe507ed..4ade3875 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: yarn --no-lockfile - run: yarn lint