From ce4074f8292baa96f795b10ef9f444620b0da41c Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 3 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 +++ b/.github/workflows/action.yml @@ -4,7 +4,7 @@ jobs: tests: strategy: matrix: - node: ["16", "14", "12"] + node: ["18", "16", "14"] name: Run NPM Stuff runs-on: ubuntu-latest steps: