From f7031d623234233971daabeb2efb0d233a69931e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 29 Sep 2023 20:54:25 +0200 Subject: [PATCH] ci: run tests on node v20 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92d1c103..d2c48c44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14, 16, 18] + node: [10, 12, 14, 16, 18, 20] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1