chore(deps): bump checkout action to v4 and use setup-node to setup node and cache npm deps

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-12-08 20:07:04 -05:00
parent 3c49e64ca2
commit b5a5203f8b
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
3 changed files with 21 additions and 9 deletions

View file

@ -1,6 +1,9 @@
{
"name": "paths-filter",
"version": "1.0.0",
"engines": {
"node": ">= 20"
},
"private": true,
"description": "Execute your workflow steps only if relevant files are modified.",
"main": "lib/main.js",