From 0a79244c17bb32aae26c87e898e2c149bb46918d Mon Sep 17 00:00:00 2001 From: Chris L Date: Mon, 15 Jul 2024 15:20:11 +0200 Subject: [PATCH] update node-v for gh actions (#347) --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 113684e7..3a293484 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -30,6 +30,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: yarn install - run: yarn run lint