Skip to content

Commit

Permalink
chore: update Publish gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Dec 21, 2023
1 parent 70bf9d5 commit 54518b3
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 @@ -9,10 +9,10 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
Expand Down

0 comments on commit 54518b3

Please sign in to comment.