Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a2006b

Browse filesBrowse files
authored
Merge pull request actions#313 from jongwooo/chore/use-cache-in-check-dist
Use cache in check-dist.yml
2 parents b4677cb + e0306a3 commit 5a2006b
Copy full SHA for 5a2006b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.github/workflows/check-dist.yml

Copy file name to clipboardExpand all lines: .github/workflows/check-dist.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
- uses: actions/checkout@v2
2626

2727
- name: Set Node.js 12.x
28-
uses: actions/setup-node@v1
28+
uses: actions/setup-node@v3
2929
with:
3030
node-version: 12.x
31+
cache: npm
3132

3233
- name: Install dependencies
3334
run: npm ci

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.