Compare commits
3 Commits
f722ca2fed
...
70c8020c6e
| Author | SHA1 | Date | |
|---|---|---|---|
| 70c8020c6e | |||
| ecc91d4e1d | |||
| 6310169516 |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,6 +12,10 @@ pipeline {
|
|||||||
nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools
|
nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools
|
||||||
}
|
}
|
||||||
|
|
||||||
|
triggers {
|
||||||
|
giteaPush()
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
@ -11,7 +11,10 @@
|
|||||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<meta name="description" content="Tom Butcher's Personal Website" />
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Tom Butcher's Personal Website 2025"
|
||||||
|
/>
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
href="https://cdn.tombutcher.work/favicon/favicon192.png"
|
href="https://cdn.tombutcher.work/favicon/favicon192.png"
|
||||||
|
|||||||
8
package-lock.json
generated
8
package-lock.json
generated
@ -20422,9 +20422,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "5.8.3",
|
"version": "4.9.5",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
||||||
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"peer": true,
|
"peer": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -20432,7 +20432,7 @@
|
|||||||
"tsserver": "bin/tsserver"
|
"tsserver": "bin/tsserver"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.17"
|
"node": ">=4.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ufo": {
|
"node_modules/ufo": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user