From c9f1288d845d930495ce1dedbcb662cb1c1cce50 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:22:35 -0400 Subject: [PATCH] using the latest setup node action --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index d0afc1c4..e4036e7c 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: node-version: 20 - run: npm ci