Github Actions cleanup - Use setup node for pnpm cache (#1616)

* Switch setup node for pnpm cache

* Test workflows

* Add pnpm setup back again
This commit is contained in:
Eric Fennis
2023-10-18 09:50:18 +02:00
committed by GitHub
parent bbf183fe48
commit f6fd369bfe
23 changed files with 179 additions and 337 deletions

View File

@@ -9,6 +9,17 @@
"type": "git",
"url": "https://github.com/lucide-icons/lucide.git"
},
"keywords": [
"Lucide",
"Angular",
"Feather",
"Icons",
"Icon",
"SVG",
"Feather Icons",
"Fontawesome",
"Font Awesome"
],
"main": "lib/index.js",
"scripts": {
"copy:icons": "cp -r ../../icons icons",