Skip to content

Commit a4efb6f

Browse files
authored
Update to node.js 14 (#339)
1 parent 59a4cf1 commit a4efb6f

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
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-node@v1
99
with:
10-
node-version: '12.x'
10+
node-version: '14.x'
1111
- run: npm ci
1212
- run: npm test
1313
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prettier": "^2.3.0"
3838
},
3939
"engines": {
40-
"node": "12.x"
40+
"node": "14.x"
4141
},
4242
"keywords": [],
4343
"author": "Stefan Buck",

0 commit comments

Comments
 (0)