From 999675bd353afa11f2917a382376ce866e1c96dc Mon Sep 17 00:00:00 2001 From: Michael Edelstone Date: Mon, 28 Oct 2024 23:16:41 -0500 Subject: [PATCH] updates workflow actions to most recent versions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47fd0ef..14877d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: 'lts/*' - name: Install dependencies run: npm install