From a917dc6fdce083a8e2a73b0ec79f84423cf9bea0 Mon Sep 17 00:00:00 2001 From: Arthur Lorenz Date: Wed, 29 Nov 2023 14:40:15 +0100 Subject: [PATCH] chore(ci): update node version to 18 in github actions --- .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 5a6172b..7335bf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v4