diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b3ca67..57fa475 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: output - name: Set up Node toolchain - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: "12.x" + node-version: 18 - name: Cache NPM dependencies uses: actions/cache@v2