diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 7be6919..13dcc6a 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Use Node.js 12.x + - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Install run: npm install - name: Test