From 5dcbeaa7ded07bca229f645b5b9c351cfa5d1c32 Mon Sep 17 00:00:00 2001 From: andkom Date: Tue, 27 Dec 2022 19:56:23 +0200 Subject: [PATCH] fix node version --- .github/actions/build-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-test/action.yaml b/.github/actions/build-test/action.yaml index bc6b01c..43cd85c 100644 --- a/.github/actions/build-test/action.yaml +++ b/.github/actions/build-test/action.yaml @@ -4,7 +4,7 @@ runs: steps: - uses: actions/setup-node@v2 with: - node-version: '14.16.0' + node-version: '16' cache: 'yarn' - shell: bash