Skip to content

Commit f5f3c94

Browse files
Merge pull request #86 from BitGo/BTC-2285
feat(ci): upgrade Node.js version from 16 to 20
2 parents f8dd4a1 + 5a9fd4c commit f5f3c94

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6666
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
6767
with:
68-
node-version: 16
68+
node-version: 20
6969
registry-url: https://registry.npmjs.org/
7070
cache: 'npm'
7171
- run: npm ci
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
7777
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
7878
with:
79-
node-version: 16
79+
node-version: 20
8080
registry-url: https://registry.npmjs.org/
8181
cache: 'npm'
8282
- run: npm ci
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
8888
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
8989
with:
90-
node-version: 16
90+
node-version: 20
9191
registry-url: https://registry.npmjs.org/
9292
cache: 'npm'
9393
- run: npm ci
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
9999
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
100100
with:
101-
node-version: 16
101+
node-version: 20
102102
registry-url: https://registry.npmjs.org/
103103
cache: 'npm'
104104
- run: npm ci
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
110110
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
111111
with:
112-
node-version: 16
112+
node-version: 20
113113
registry-url: https://registry.npmjs.org/
114114
cache: 'npm'
115115
- run: npm ci
@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
121121
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
122122
with:
123-
node-version: 16
123+
node-version: 20
124124
registry-url: https://registry.npmjs.org/
125125
cache: 'npm'
126126
- run: npm ci
@@ -142,7 +142,7 @@ jobs:
142142
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
143143
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
144144
with:
145-
node-version: 18
145+
node-version: 20
146146
cache: 'npm'
147147
- run: npm ci
148148
- run: ./node_modules/.bin/semantic-release

0 commit comments

Comments
 (0)