Skip to content

Commit

Permalink
updated node version to 18x
Browse files Browse the repository at this point in the history
  • Loading branch information
SDargarh committed Nov 27, 2023
1 parent 0c17a70 commit 16a8ba3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature&bugfix.yml
Expand Up @@ -23,6 +23,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18.x
- run: npm ci
# - run: npm run test
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18.x
- run: npm ci
# - run: npm run test

Expand All @@ -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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -36,4 +36,8 @@

### 1.2.2 (2023-07-05)

- Adding badges to readme.md
- Adding badges to readme.md

### 1.2.3 (2023-11-27)

- Updated node version to 18x
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@getsafle/vault-bsc-controller",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"engines": {
"node": ">= 10"
Expand Down

0 comments on commit 16a8ba3

Please sign in to comment.