From 66ff48b670c6a094d8018c879982dd674315b5cb Mon Sep 17 00:00:00 2001 From: Nik Ho Date: Wed, 3 Apr 2024 18:06:31 +1300 Subject: [PATCH] use node 18 in workflow --- .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 bbccd70..1cf3083 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: lts/* + node-version: 18 registry-url: https://registry.npmjs.org/ cache: "yarn"