Skip to content

Commit

Permalink
Merge pull request #34 from getsafle/feature-fix-version
Browse files Browse the repository at this point in the history
version fix
  • Loading branch information
sshubhamagg authored Dec 4, 2023
2 parents bf97254 + 11da01d commit 98e4f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18.x
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down

0 comments on commit 98e4f72

Please sign in to comment.