diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 15f55f5e..65a0173c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@master - - name: Use Node.js 12.x + - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - version: 12.x + node-version: 14.x - name: npm install, build, and test run: | npm install