Skip to content

Commit

Permalink
chore: Update Node.js version to 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Jul 1, 2024
1 parent 4f146bb commit e70f8d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.0

- name: trigger Job
uses: appleboy/gitlab-ci-action@master
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit e70f8d6

Please sign in to comment.