Skip to content

Commit bb16b04

Browse files
megheaiuliancristinecula
authored andcommitted
chore: update node
1 parent 0928eda commit bb16b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
os: [ubuntu-latest]
54-
node_version: [20]
54+
node_version: [22]
5555
fail-fast: false
5656
needs: [build]
5757
steps:
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup Node
101101
uses: actions/setup-node@v4
102102
with:
103-
node-version: 20
103+
node-version: 22
104104

105105
- name: Cache Node Modules
106106
id: cache-node

0 commit comments

Comments
 (0)