Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Deprecate the action
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jun 20, 2024
1 parent d72488e commit 624bb72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ inputs:
runs:
using: composite
steps:
- shell: bash
run: >
echo '::warning title=Action gacts/setup-node-with-cache is deprecated::It seems like this action is no longer
necessary because https://github.com/actions/setup-node now supports caching out of the box. Please use it
instead'
- name: Setup NodeJS
id: setup-node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 624bb72

Please sign in to comment.