Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 5a38a0e

Browse files
authored
Merge pull request #53 from brave-intl/deps
Run npm audit fix
2 parents 6ac6a81 + ac1302c commit 5a38a0e

File tree

3 files changed

+3516
-6003
lines changed

3 files changed

+3516
-6003
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
3333
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34-
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
34+
- uses: actions/checkout
3535

3636
- name: Setup Node.js environment
37-
uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867
37+
uses: actions/setup-node
3838
with:
3939
# Set always-auth in npmrc
4040
always-auth: true
@@ -49,7 +49,7 @@ jobs:
4949
run: npm run security
5050

5151
- name: Cache node modules
52-
uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a
52+
uses: actions/cache
5353
with:
5454
path: ~/.npm
5555
key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)