Skip to content

Commit

Permalink
update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagaram committed Mar 26, 2024
1 parent 54ba1e3 commit 21f958b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20.11.1"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run res:build
Expand Down

0 comments on commit 21f958b

Please sign in to comment.