From ce4074f8292baa96f795b10ef9f444620b0da41c Mon Sep 17 00:00:00 2001 From: Nemo <commits@captnemo.in> Date: Tue, 03 May 2022 07:31:59 +0000 Subject: [PATCH] [ci] Use supported Node versions --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a3c340e..2980050 100644 --- a/.github/workflows/action.yml +++ a/.github/workflows/action.yml @@ -1,10 +1,10 @@ on: push name: Main Workflow jobs: tests: strategy: matrix: - node: ["16", "14", "12"] + node: ["18", "16", "14"] name: Run NPM Stuff runs-on: ubuntu-latest steps: -- rgit 0.1.5