From 673323fa8ab4de038b6dbd73f9cb0c4d44a4e9b6 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Tue, 10 Sep 2024 13:29:16 +0200 Subject: [PATCH] add Node.js 18 Co-authored-by: Francesco Trotta --- .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 124dea0..9f5c0e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [22.x, 20.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x] + node: [22.x, 20.x, 18.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2