From 80484c0f44c895475843dab5d1f1e395de0433b5 Mon Sep 17 00:00:00 2001 From: jwilliams720 Date: Thu, 1 Dec 2022 12:17:32 +0000 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c088a6b..80cac61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18 - run: npm install - name: Linting run: npm run lint @@ -28,9 +28,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18 - run: npm install - name: Compiling run: npm run compile @@ -41,9 +41,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18 - run: npm install - name: Compiling run: npm run compile @@ -55,9 +55,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18 - run: npm install - run: npm install working-directory: ./e2e