From c85b4daa82b7f29c13bc234361a060312c0d702f Mon Sep 17 00:00:00 2001 From: anvaka Date: Wed, 7 Aug 2024 23:13:32 -0700 Subject: [PATCH] updated node versions --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 87a91c6..59cce32 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 15.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 @@ -23,4 +23,4 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm test