Skip to content

Commit f04d8f5

Browse files
committed
dependencies updated
1 parent 3e641da commit f04d8f5

File tree

5 files changed

+1167
-478
lines changed

5 files changed

+1167
-478
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: self-hosted
88

99
strategy:
1010
max-parallel: 1
1111
matrix:
12-
node-version: [12.x, 14.x]
12+
node-version: [16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on: workflow_dispatch
33

44
jobs:
55
publish:
6-
runs-on: ubuntu-latest
6+
runs-on: self-hosted
77
steps:
88
- name: Checkout sources
99
uses: actions/checkout@v2
10-
- name: Use Node.js 14
10+
- name: Use Node.js 16
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 14
13+
node-version: 16
1414
registry-url: https://registry.npmjs.org/
1515
- name: Install dependencies
1616
run: npm ci

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.4
2+
3+
- Dependencies updated
4+
15
### 1.2.3
26

37
- Dependencies updated

0 commit comments

Comments
 (0)