diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index b90cb41..d203d25 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 19 + - name: Setup Node 20 uses: actions/setup-node@v4 with: - node-version: '19' + node-version: '20' - name: npm-install run: npm install