From f037d9b69880d5ada445660bff7d222ff14a9cfd Mon Sep 17 00:00:00 2001 From: lihbr Date: Sat, 6 Jan 2024 11:52:24 +0100 Subject: [PATCH] ci: use 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 c1577cf..8ecefd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16] + node: [18] steps: - name: Set up Node