Skip to content

Commit 2a67f76

Browse files
author
Simon Laden
committed
FISH-8908 - bump node.js version to a 20
1 parent d878816 commit 2a67f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipeline {
2222
stage('Install Dependencies') {
2323
steps {
2424
// Install project dependencies
25-
sh 'curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -'
25+
sh 'curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -'
2626
sh 'sudo apt-get install -y nodejs'
2727
sh 'sudo npm install -g yarn'
2828

0 commit comments

Comments
 (0)