Skip to content

Commit

Permalink
feat: npm publish
Browse files Browse the repository at this point in the history
- Nodejs Version For Github WFs
- Version set to 18

Fixes npm publish issue
  • Loading branch information
Mahidhar Chaluvadi committed May 23, 2024
1 parent 0b12ea8 commit 6b26724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: "18"
- run: npm ci
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand All @@ -39,7 +39,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 12
# node-version: 18
# registry-url: https://npm.pkg.github.com/
# - run: npm ci
# - run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: ['current', 'lts/*', 'lts/-1']
node-version: "18"
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 6b26724

Please sign in to comment.