diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 3328992c..34d4491c 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.4 with: - node-version: 14 + node-version: 16 - run: | npm install - run: | @@ -19,4 +19,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: code-coverage-report - path: reports \ No newline at end of file + path: reports