Skip to content

Commit 1f8eef4

Browse files
committed
Update node to version 18.13.0 LTS
1 parent 84f4ee9 commit 1f8eef4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
ruby: 3.x
5454
bundler-cache: true
5555

56-
- name: Use Node.js 16.x
56+
- name: Use Node.js 18.x
5757
uses: actions/setup-node@v3
5858
with:
59-
node-version: 16.x
59+
node-version: 18.x
6060
- name: Install Node Packages
6161
run: npm install --legacy-peer-deps
6262

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.14.0
1+
v18.13.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "Code from the React Webpack tutorial.",
55
"engines": {
6-
"node": "16",
6+
"node": "18",
77
"yarn": "1.22"
88
},
99
"repository": {

0 commit comments

Comments
 (0)