From 1be588dc893a70d7874d793e4ddd4079b508cd73 Mon Sep 17 00:00:00 2001 From: tommytrg Date: Tue, 30 Jan 2024 17:37:24 +0100 Subject: [PATCH] ci: update node version to 20.11 --- .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 7efefdaec..3b9985f3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-node@v2.1.2 with: - node-version: '16' + node-version: '20.11' - run: yarn - run: yarn lint:check