diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cd20299..48a97f70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Cache node_modules id: cache-node_modules