Skip to content

Commit cbadc41

Browse files
author
Felix Franzén
committed
correct node version
1 parent 7d6e5bc commit cbadc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 10
14+
node-version: 12
1515
- run: npm install
1616
- run: npm test
1717
- run: npm run build

.github/workflows/push-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 10
14+
node-version: 12
1515
- run: npm install
1616
- run: npm test
1717
- run: npm run build

0 commit comments

Comments
 (0)