diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aee5262..abf1d81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependent libraries run: sudo apt-get update && sudo apt-get install libpq-dev libarchive-tools - name: Set up Node - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: 15 - name: Set up Ruby