diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e386d8e5..a83b2ff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Use NodeJS v14 + - name: Use NodeJS v18 uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Check out repository uses: actions/checkout@v3