From 2559ba9876de4ecbe35e2c85cdaaf9aa6c6354e0 Mon Sep 17 00:00:00 2001 From: Holtz Yan Date: Tue, 1 Aug 2023 12:49:24 +0200 Subject: [PATCH] use node 18 --- .github/workflows/gh-pages.deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.deploy.yml b/.github/workflows/gh-pages.deploy.yml index 6c25d2a0..af405292 100644 --- a/.github/workflows/gh-pages.deploy.yml +++ b/.github/workflows/gh-pages.deploy.yml @@ -1,20 +1,16 @@ name: Deploy to GitHub Pages - on: push: branches: [main] - jobs: build: runs-on: ubuntu-latest - strategy: matrix: - node-version: [14.x] - + node-version: [18.x] steps: - name: Get files