From b8ef378a8e7d8fe588379c4bece64d2a5429874e Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 13 Nov 2021 06:31:29 -0800 Subject: [PATCH] Update Node version used in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dacbe1ab..3409c563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - uses: actions/setup-node@v2 with: - node-version: '10' + node-version: '14' - run: npm install -g gulp-cli - run: npm install - name: Install pipenv