Skip to content

Commit

Permalink
Merge pull request #737 from bvotteler/chore-bump-node-version
Browse files Browse the repository at this point in the history
Chore: Bump node version
  • Loading branch information
ns212 authored Mar 19, 2024
2 parents 7176569 + 9466c37 commit 4890c9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version-file: '.nvmrc'
- run: yarn install --frozen-lockfile
- run: npm run build
- run: sh generate_docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version-file: '.nvmrc'
- run: corepack enable
- run: yarn install
- name: Check versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version-file: '.nvmrc'
registry-url: "https://registry.npmjs.org"
always-auth: true
- run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/iron
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interlay/interbtc-api",
"version": "2.7.0",
"version": "2.8.0",
"description": "JavaScript library to interact with interBTC",
"main": "build/cjs/src/index.js",
"module": "build/esm/src/index.js",
Expand Down

0 comments on commit 4890c9e

Please sign in to comment.