From 2baa6ec3acbcadc51c798923a13aa11a4f296a79 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Tue, 7 Mar 2023 22:11:27 -0600 Subject: [PATCH] Update node version --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfd41270..17ef19bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v1 @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] services: mysql: @@ -48,10 +48,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Node 16.x + - name: Node 18.x uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x - name: Cache NPM uses: actions/cache@v2