From 82df96964c44394a7154d0d41a55ad483036291b Mon Sep 17 00:00:00 2001 From: Chris Tafts Date: Wed, 28 Aug 2024 16:03:19 -0400 Subject: [PATCH] chore(migration): use token from app - fixed deps - updated node versions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4635075..5e0c9e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 1 matrix: - node_version: [16, 18, 20, 22] + node_version: '>=18' steps: - uses: actions/checkout@v1