diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index ef85a4749..708b177e5 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 18 - name: Install dependencies run: npm ci