Skip to content

Commit

Permalink
⬆️ Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 13, 2022
1 parent 74a3f1f commit ef7cc5a
Show file tree
Hide file tree
Showing 6 changed files with 22,308 additions and 9,807 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v3
with:
node-version: 14
node-version: "lts/*"
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v3
with:
node-version: 12
- name: Cache node modules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
if: "contains(github.event.head_commit.message, 'Deploy new version')"
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v3
with:
node-version: 14
node-version: "lts/*"
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down
4 changes: 0 additions & 4 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit ef7cc5a

Please sign in to comment.