Skip to content

Commit

Permalink
adjust github action
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzhicheng committed May 6, 2024
1 parent 488e187 commit b87be98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10

jobs:
build:
Expand All @@ -14,8 +14,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "16.x" # You might need to adjust this value to your own version
registry-url: "https://registry.npmjs.org"
node-version: '20.x' # You might need to adjust this value to your own version
registry-url: 'https://registry.npmjs.org'
- name: Install pnpm
run: curl -L https://unpkg.com/@pnpm/self-installer | node
- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit b87be98

Please sign in to comment.