Skip to content

Commit 0b3109b

Browse files
authored
TCS-1284 build: use node v18 for ci/cd (#57)
1 parent 7f4f839 commit 0b3109b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 14
18+
node-version: 18
1919
cache: 'npm'
2020
registry-url: 'https://registry.npmjs.org'
2121

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 16
12+
node-version: 18
1313
cache: 'npm'
1414

1515
- name: NPM Install

0 commit comments

Comments
 (0)