Skip to content

Commit

Permalink
use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
g0t4 committed Dec 11, 2024
1 parent d8752ee commit 829a04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: latest
cache: "npm"

- name: install shells
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: latest
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 829a04c

Please sign in to comment.