Skip to content

Commit

Permalink
deps: update deps (#14)
Browse files Browse the repository at this point in the history
* deps: update deps

* deps: update rollup typescript

* ci: update node lts

* deps: update

* deps: update package lock

* fix: deps
  • Loading branch information
niklasvh authored Jul 4, 2021
1 parent 1f4a330 commit 330cb73
Show file tree
Hide file tree
Showing 5 changed files with 2,199 additions and 1,780 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: 'https://registry.npmjs.org'
- name: Npm install
run: npm ci
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Npm install
run: npm ci
- name: Build
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: 'https://registry.npmjs.org'
- name: Npm install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Npm install
run: npm ci
- name: Configure git
Expand Down
Loading

0 comments on commit 330cb73

Please sign in to comment.