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 b2ee27a

Browse filesBrowse files
committed
change action.yml
1 parent b628824 commit b2ee27a
Copy full SHA for b2ee27a

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎.github/workflows/setup-node/action.yml

Copy file name to clipboardExpand all lines: .github/workflows/setup-node/action.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ runs:
66
- name: Setup Node.js ⚙️
77
uses: actions/setup-node@v4
88
with:
9-
node-version: 20
9+
node-version: 'lts/*'
1010

1111
- name: Cache dependencies ⚡
1212
id: cache_dependencies
13-
uses: actions/cache@v3
13+
uses: actions/cache@v4
1414
with:
1515
path: node_modules
1616
key: node-modules-${{ hashFiles('package-lock.json') }}

0 commit comments

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