Skip to content

Commit 7bd1bd2

Browse files
committed
ci: update workflows config.
1 parent 80232e0 commit 7bd1bd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
- master
66
jobs:
77
build:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: 14
13+
node-version: 18
1414

1515
- run: npm install
1616
- run: npm run build
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: get tag version
2727
id: tag_version
28-
uses: jaywcjlove/changelog-generator@v1.5.0
28+
uses: jaywcjlove/changelog-generator@main
2929

3030
- name: Deploy
3131
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)