Skip to content

Commit

Permalink
ci: update publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Sep 17, 2024
1 parent 533b751 commit c2cd5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: NPM Publish

env:
NODE_VERSION: 18
NODE_VERSION: 20

on:
push:
Expand All @@ -16,8 +16,8 @@ jobs:
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: ${{env.NODE_VERSION}}
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit c2cd5d0

Please sign in to comment.