From 91339c22efcdb1636571fa070fc59083b26e4670 Mon Sep 17 00:00:00 2001 From: Shivansh Yadav Date: Sun, 31 Jul 2022 10:22:16 +0530 Subject: [PATCH] fix: node version (#53) --- .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 3cfffa3..69dd2e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ ^12, ^13, ^14, ^15 ] + node: [ ^16, ^17, ^18 ] steps: - uses: actions/checkout@v2