Skip to content

Commit d8ab5f2

Browse files
authored
ci: bump nodejs version in actions (#404)
1 parent 676b5e6 commit d8ab5f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [master, next]
8+
branches: [master]
99
pull_request:
10-
branches: [master, next]
10+
branches: [master]
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515

1616
strategy:
1717
matrix:
18-
node-version: [10.x, 12.x, 14.x]
18+
node-version: [12.x, 14.x, 16.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)