From 3f36249fba668180311a9b4d82c1260f7f98a3a9 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 24 Sep 2022 06:48:46 +0000 Subject: [PATCH] Update main.yml --- .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 d9748846..a1a382a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: if: contains(github.ref, 'master') strategy: matrix: - node-version: [12.x] + node-version: [16.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v1