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
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
merge:
pull_request:
branches:
- Release

15388
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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