From 8727319b8d28162171eb19168e8524dfff3c07da Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Tue, 18 Mar 2025 20:22:05 -0400 Subject: [PATCH] ci(prettier): use Node LTS instead of Node 16 --- .github/workflows/update-prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index e5c37af84..e4a9ff168 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: lts/* cache: npm - run: npm ci - run: npm run lint:fix