diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index a801aeebc..04503a215 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' - name: Install dependencies run: npm install - name: Run tests - run: npm run ci-test \ No newline at end of file + run: npm run ci-test