From 1ad9996cae4fded7d239848c75333490f8314c50 Mon Sep 17 00:00:00 2001 From: Joakim Uddholm Date: Tue, 26 Sep 2023 20:30:15 +0200 Subject: [PATCH] ci: bump 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 336e0b19..144ef2d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: "Clean install" shell: bash