From 8f9a8bf6c626ed3828eb9ae271fa545e2ac9507f Mon Sep 17 00:00:00 2001 From: Chris Tafts Date: Wed, 28 Aug 2024 15:51:33 -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 1f551ad..4635075 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 1 matrix: - node_version: [10, 12, 14] + node_version: [16, 18, 20, 22] steps: - uses: actions/checkout@v1