Skip to content

Commit 4890c9e

Browse files
authored
Merge pull request #737 from bvotteler/chore-bump-node-version
Chore: Bump node version
2 parents 7176569 + 9466c37 commit 4890c9e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: setup node
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: "18"
15+
node-version-file: '.nvmrc'
1616
- run: yarn install --frozen-lockfile
1717
- run: npm run build
1818
- run: sh generate_docs

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: setup node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "18"
24+
node-version-file: '.nvmrc'
2525
- run: corepack enable
2626
- run: yarn install
2727
- name: Check versions

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: setup node
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: "18"
16+
node-version-file: '.nvmrc'
1717
registry-url: "https://registry.npmjs.org"
1818
always-auth: true
1919
- run: corepack enable

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/iron

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interlay/interbtc-api",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "JavaScript library to interact with interBTC",
55
"main": "build/cjs/src/index.js",
66
"module": "build/esm/src/index.js",

0 commit comments

Comments
 (0)