Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
leibnizli committed Jan 2, 2024
1 parent 99714dc commit 4c12ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 14
node-version: 18.17.1
- name: install dependencies
run: npm install
- name: publish
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 14
node-version: 18.17.1
- name: install dependencies
run: npm install
- name: publish
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 14
node-version: 18.17.1
- name: install dependencies
run: npm install
- name: publish
Expand Down

0 comments on commit 4c12ea3

Please sign in to comment.