diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a64b8ebc2..34bcf086e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Use Node.js 16 LTS + - name: Use Node.js 18 LTS uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' - name: Install Gulp run: npm install -g gulp-cli