From 9b614f1178f89fae7e9f7d1f475168b179046f01 Mon Sep 17 00:00:00 2001 From: Daniel Kostro Date: Wed, 8 Jun 2022 14:43:00 +0200 Subject: [PATCH] chore: drop support for node12 and add support of node 18 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a33d2f2..5ef776b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}