Skip to content

Commit 87f545d

Browse files
committed
build: update node version to 12.x
1 parent a9cfe21 commit 87f545d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-16.04
99
strategy:
1010
matrix:
11-
node: ["10"]
11+
node: ["12"]
1212
name: Node ${{ matrix.node }}
1313
steps:
1414
- name: GIT - checkout

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-16.04
99
strategy:
1010
matrix:
11-
node: ["10"]
11+
node: ["12"]
1212
name: Node ${{ matrix.node }}
1313
steps:
1414
- name: GIT - checkout

0 commit comments

Comments
 (0)