Skip to content

Commit f751d24

Browse files
authored
upgrade node version 18 => 23 (#51)
1 parent 80439c4 commit f751d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18
36+
node-version: 23
3737
cache: 'yarn'
3838
- name: Install dependencies
3939
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)