Skip to content

Commit 74d699f

Browse files
committed
feat: bump node version to 18.17.1
1 parent 06f2bd1 commit 74d699f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/lint.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@v3
1515
with:
16-
node-version: "16.x"
16+
node-version-file: ".nvmrc"
1717
cache: npm
1818
cache-dependency-path: package-lock.json
1919

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- uses: actions/setup-node@v3
4040
with:
41-
node-version: '16.x'
41+
node-version-file: '.nvmrc'
4242
registry-url: 'https://registry.npmjs.org'
4343

4444
- name: Generate branch name

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: "16.x"
23+
node-version-file: '.nvmrc'
2424

2525
- run: npm ci
2626

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.1
1+
18.17.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
}
9999
},
100100
"engines": {
101-
"node": "16.15.1",
102-
"npm": "8.11.0"
101+
"node": "18.17.1",
102+
"npm": "9.6.7"
103103
},
104104
"jest": {
105105
"preset": "react-native",

0 commit comments

Comments
 (0)