diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf7ceed..37f7d9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '18.x' - run: npm install - run: npm run gulp - name: push @@ -24,6 +24,6 @@ jobs: run: | git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" - git add dist + git add dist/ git commit -m "Deploy distribition files" git push