Skip to content

Commit e5ab16a

Browse files
Update release.yml
1 parent 299b834 commit e5ab16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12.x]
14+
node-version: [18.x]
1515

1616
steps:
1717
- uses: actions/checkout@v1
@@ -34,4 +34,4 @@ jobs:
3434
uses: ncipollo/release-action@v1
3535
with:
3636
artifacts: "logviewer.tar.gz"
37-
token: ${{ secrets.GITHUB_TOKEN }}
37+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)