diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index d203d25..b90cb41 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Node 20 + - name: Setup Node 19 uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '19' - name: npm-install run: npm install