Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acandylevey authored Dec 4, 2023
1 parent f030216 commit 718ca06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "20.0.10"
node-version: "20.10.0"
registry-url: "https://registry.npmjs.org/"
- name: Get version from tag
id: tag-name
Expand All @@ -28,7 +28,7 @@ jobs:
- name: NodeJs version
uses: actions/setup-node@v3
with:
node-version: "20.0.10"
node-version: "20.10.0"
- name: npm version
run: npm i -g [email protected]
- name: npm install
Expand Down

0 comments on commit 718ca06

Please sign in to comment.