Skip to content

Commit

Permalink
TINY-11177: Can we use node 22?
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Jan 17, 2025
1 parent 12a08d2 commit ceba987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
standardProperties()

timestamps {
tinyPods.node(tag: '20') {
tinyPods.node(tag: '22') {
stage("clean") {
exec('yarn clean')
}
Expand Down

0 comments on commit ceba987

Please sign in to comment.