From 9f13868fbfb9c5b9ea4c3b7458abebebe5413ac7 Mon Sep 17 00:00:00 2001 From: menduz Date: Fri, 4 Feb 2022 09:55:46 -0300 Subject: [PATCH] use node lts --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee981fb..835d13f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: Use Node.js 14.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - name: install run: npm install - name: build