Skip to content

Commit 4c5c479

Browse files
committed
scripts: lock deps of project-automation.js
1 parent be01e30 commit 4c5c479

File tree

3 files changed

+253
-2
lines changed

3 files changed

+253
-2
lines changed

.github/workflows/project-automation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- run: |
17-
npm install @actions/github date-fns
18-
node scripts/project-automation.js
17+
cd scripts
18+
npm ci
19+
node project-automation.js

scripts/package-lock.json

Lines changed: 244 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"dependencies": {
3+
"@actions/github": "^6.0.1",
4+
"date-fns": "^3.6.0"
5+
}
6+
}

0 commit comments

Comments
 (0)