Skip to content

Commit 53685cd

Browse files
committed
Update Node.js to v14.18.2
1 parent ab9b585 commit 53685cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
NODE_VERSION: 14.18.1
13+
NODE_VERSION: v14.18.2
1414
RUST_VERSION: 1.56.1
1515

1616
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"ember-modifier": "3.0.0"
136136
},
137137
"engines": {
138-
"node": "14.18.1",
138+
"node": "v14.18.2",
139139
"npm": "^8.0.0"
140140
},
141141
"ember": {

0 commit comments

Comments
 (0)