Skip to content

Commit ae8eb26

Browse files
committed
bump node version in pipleline
1 parent a90a1d3 commit ae8eb26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 18
14+
node-version: 22
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- name: Install npm dependencies

.github/workflows/main-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 18
15+
node-version: 22
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install npm dependencies

0 commit comments

Comments
 (0)