Skip to content

Commit d04c27e

Browse files
author
Lazar Djurdjevic
committed
fix: update node version and setup-node action in continuous workflow
1 parent 7ff600d commit d04c27e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- name: Checkout Repository
1010
uses: actions/checkout@v2
1111

12-
- uses: actions/setup-node@v3
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '16.x'
14+
node-version: '24.x'
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- name: Restore lerna

0 commit comments

Comments
 (0)