diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe98f8a..c3c3bdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,9 @@ jobs: - name: Install Tools for Tests run: sudo apt-get install -y php-fpm python3 python3-venv - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '20' + node-version: 20 - name: Setup Node modules run: | cd ./example/nodejs