Skip to content

Commit

Permalink
Merge pull request #44 from gadingnst/deps/upgrade
Browse files Browse the repository at this point in the history
v2.0.1: upgrade minor dependencies
  • Loading branch information
Gading Nasution authored Dec 2, 2022
2 parents 2960692 + 4102078 commit 91ae4c5
Show file tree
Hide file tree
Showing 5 changed files with 2,303 additions and 1,852 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 91ae4c5

Please sign in to comment.