Compare commits

..

No commits in common. "41a692c07e929d31d7822b7a7d5e9c082bc8d35f" and "a4d9f9bd042ae692c235c11511dd4cc215264386" have entirely different histories.

3 changed files with 5457 additions and 10589 deletions

View File

@ -1,7 +1,7 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
merge: pull_request:
branches: branches:
- Release - Release

15388
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,11 +10,11 @@
"author": "steev", "author": "steev",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"node-sass": "^9.0.0", "node-sass": "*",
"parcel-bundler": "^1.3.1", "parcel-bundler": "*",
"sass": "^1.32.5" "sass": "*"
}, },
"dependencies": { "dependencies": {
"core-js": "^3.33.0" "core-js": "*"
} }
} }