From 55bcba05f65e90dfafa61a566d397ba480543cee Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 1 Aug 2024 08:48:40 -0400 Subject: [PATCH] update gh actions (#156) --- .github/workflows/npm-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-ci.yml b/.github/workflows/npm-ci.yml index 56fb97e..cd02a0e 100644 --- a/.github/workflows/npm-ci.yml +++ b/.github/workflows/npm-ci.yml @@ -6,10 +6,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20 - run: npm ci - run: npm run jslint - run: npm test