Compare commits
No commits in common. "70c8020c6e786aabaac060c60a7ba717ed53d3e9" and "f722ca2fed39cc138b8d899a64bc7e628b28d0a5" have entirely different histories.
70c8020c6e
...
f722ca2fed
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,10 +12,6 @@ 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,10 +11,7 @@
|
|||||||
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
|
<meta name="description" content="Tom Butcher's Personal Website" />
|
||||||
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": "4.9.5",
|
"version": "5.8.3",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
||||||
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
||||||
"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": ">=4.2.0"
|
"node": ">=14.17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ufo": {
|
"node_modules/ufo": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user