From f11e16a3ee81e6ad676e6cd539a1d3fe0204b343 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 Mar 2024 13:32:34 -0400 Subject: [PATCH] Update test --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2798b6da..d1f11c54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,16 +8,16 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Install Node v15 + - name: Install Node v21 uses: actions/setup-node@v1 with: - node-version: 15 + node-version: 21 - - name: Install NPM v6 (v7 is Broken) - run: npm install -g npm@6 + - name: Install NPM + run: npm install -g npm - - name: Install ESLint v7 - run: npm install -g eslint@7 + - name: Install ESLint + run: npm install -g eslint - name: Install ESLint Configs and Plugins run: npm install eslint-config-amber eslint-plugin-json