diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c0154b4..cd28287 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Set up GitHub Actions uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x - name: Check if the repository is private run: exit 1 if: ${{github.event.repository.private}}