diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52c10b7c..2bee52f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: TEST # Controls when the action will run. on: @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 # Runs a single command using the runners shell - name: Install dependencies