Skip to content

Commit c0db0cb

Browse files
committed
chore: Update Node.js release for IBM i build
1 parent e77551d commit c0db0cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pipeline {
22
agent {
33
node {
4-
label 'ibmi7.3'
4+
label 'node-addons'
55
}
66
}
77
environment {
8-
NODE_PATH = '/QOpenSys/pkgs/lib/nodejs18/bin'
8+
NODE_PATH = '/QOpenSys/pkgs/lib/nodejs20/bin'
99
}
1010
stages {
1111
stage('build') {

0 commit comments

Comments
 (0)