Skip to content

Commit

Permalink
fix: version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Juone2 committed Aug 13, 2024
1 parent ea19ac8 commit 6c1f733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: github action checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: use Node 16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16

Expand Down

0 comments on commit 6c1f733

Please sign in to comment.