Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Aug 3, 2022
1 parent 3e641da commit f04d8f5
Show file tree
Hide file tree
Showing 5 changed files with 1,167 additions and 478 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted

strategy:
max-parallel: 1
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on: workflow_dispatch

jobs:
publish:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.2.4

- Dependencies updated

### 1.2.3

- Dependencies updated
Expand Down
Loading

0 comments on commit f04d8f5

Please sign in to comment.