Update action.yml

This commit is contained in:
Radiannderitu 2023-04-12 16:53:32 +03:00 committed by GitHub
parent d98fa11138
commit 2ce5f03736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,3 +37,7 @@ runs:
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.2