Skip to content

Commit f279f20

Browse files
committed
Use nodejs 20 DEVOPS-2662
1 parent f683379 commit f279f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: build-npm
77
# 'https://repository.folio.org/repository/npm-folioci/'
88

99
env:
10-
NODEJS_VERSION: '18'
10+
NODEJS_VERSION: '20'
1111
FOLIO_NPM_REGISTRY: 'https://repository.folio.org/repository/npm-folioci/'
1212
COMPILE_TRANSLATION_FILES: true
1313

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: release-npm
1010
# 'https://registry.folio-dev.indexdata.com'
1111

1212
env:
13-
NODEJS_VERSION: '18'
13+
NODEJS_VERSION: '20'
1414
FOLIO_NPM_REGISTRY: 'https://repository.folio.org/repository/npm-folioci/'
1515
FOLIO_MD_REGISTRY: 'https://registry.folio-dev.indexdata.com'
1616
OK_SESSION: 'session1'

0 commit comments

Comments
 (0)