Skip to content

Commit 9405f5a

Browse files
committed
chore(semantic-node): upgrading node so we can upgrade semantic release
1 parent b901cb5 commit 9405f5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_and_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 20
2121

2222
- name: Install dependencies
2323
run: npm install
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 18
38+
node-version: 20
3939
- name: Making sure the android example app builds
4040
run: |
4141
npm install
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node.js
5555
uses: actions/setup-node@v4
5656
with:
57-
node-version: 18
57+
node-version: 20
5858
- name: Making sure the ios example app builds
5959
run: |
6060
npm install
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup Node.js
7575
uses: actions/setup-node@v4
7676
with:
77-
node-version: 18
77+
node-version: 20
7878

7979
- name: Install dependencies
8080
run: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"expo-modules-core": "^1.5.11",
8989
"husky": "^8.0.0",
9090
"prettier": "^3.0.0",
91-
"semantic-release": "^22.0.0",
91+
"semantic-release": "^23.0.0",
9292
"@babel/core": "^7.20.0"
9393
},
9494
"peerDependencies": {

0 commit comments

Comments
 (0)