Skip to content

Commit

Permalink
Merge pull request #5 from omnia-network/release/0.3.3
Browse files Browse the repository at this point in the history
release/0.3.3
  • Loading branch information
ilbertt authored Jan 18, 2024
2 parents 6395248 + 7ab77fb commit 9faa2ad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
type: ${{ steps.npm-publish.outputs.type }}
version: ${{ steps.npm-publish.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v2
- uses: JS-DevTools/npm-publish@v3
id: npm-publish
with:
token: ${{ secrets.NPM_TOKEN }}
Expand All @@ -37,7 +37,7 @@ jobs:
version: ${{ steps.tag_version.outputs.new_tag }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: "package-lock.json"
- name: Install dependencies
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-websocket-js",
"version": "0.3.2",
"version": "0.3.3",
"description": "IC WebSocket on the Internet Computer",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"util": "0.12.4"
},
"engines": {
"node": "^14 || ^16 || ^18"
"node": "^14 || ^16 || >=17"
},
"browserslist": [
"last 2 chrome version",
Expand Down

0 comments on commit 9faa2ad

Please sign in to comment.