From a395f862eccf49e7598f92bd21f20591a4aeb445 Mon Sep 17 00:00:00 2001 From: Zack Schuster Date: Fri, 29 Apr 2022 11:58:48 -0700 Subject: [PATCH] ci: upgrade lint workflow from node 17 to 18 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 39a90bb..9e866d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node: [^12, ^14, ^16, ^17] + node: [^12, ^14, ^16, ^18] os: [ubuntu-latest, windows-latest, macos-latest] steps: