Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7e999a

Browse files
committed
Github releases with actions
1 parent c4d9a03 commit e7e999a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ on:
55
# Sequence of patterns matched against refs/tags
66
tags:
77
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8-
98
jobs:
109
build:
1110

1211
runs-on: ubuntu-latest
1312

1413
strategy:
1514
matrix:
16-
node-version: [8.x, 10.x, 12.x]
15+
node-version: [12.x]
1716

1817
steps:
1918
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)