From 519f55d403f0a49dc18dd4d38e321950d921e124 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 19 Apr 2023 00:24:27 +0200 Subject: [PATCH] test node 20 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79639c7..13f6381 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: env: CI: true - node-version: 18 + node-version: 20 jobs: lint: @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - node: [ 6, 8, 10, 12, 14, 16, 18 ] + node: [ 6, 8, 10, 12, 14, 16, 18, 20 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3