Skip to content

Commit 9ff96c7

Browse files
authored
Update nodejs.yml
1 parent cef7354 commit 9ff96c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Node CI
22

3-
on: [push]
3+
on: [push, workflow_dispatch]
44

55
jobs:
66
build:
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x]
12+
node-version: [14.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
node-version: [12.x]
35+
node-version: [14.x]
3636

3737
steps:
3838
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)