From 491303028e7fb3fc812bc3ae6e52022e5ecf21fc Mon Sep 17 00:00:00 2001 From: Ed Nawrocki Date: Thu, 31 Oct 2024 11:14:55 -0700 Subject: [PATCH] Self runner will run actions using node version 16 --- .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 d36d44f..30ec4d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 # on the runner, check out this code on