@@ -15,10 +15,10 @@ jobs:
1515 if : github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
1616 strategy :
1717 matrix :
18- node : [20 .x, 22 .x, 23 .x, current]
18+ node : [22 .x, 24 .x, 25 .x, current]
1919 steps :
2020 - name : ☁️ Checkout Project
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 - name : 🔧 Set up Python
2323 uses : actions/setup-python@v6
2424 with :
4848 if : github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
4949 steps :
5050 - name : ☁️ Checkout Project
51- uses : actions/checkout@v6
51+ uses : actions/checkout@v7
5252 - name : 🔧 Set up Python
5353 uses : actions/setup-python@v6
5454 with :
6464 - name : 🔧 Setup node.js
6565 uses : actions/setup-node@v6
6666 with :
67- node-version : 23 .x
67+ node-version : 24 .x
6868 cache : ' npm'
6969 - name : 📦 Install dependencies
7070 run : npm ci
@@ -79,10 +79,11 @@ jobs:
7979 if : contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main'
8080 steps :
8181 - name : ☁️ Checkout Project
82- uses : actions/checkout@v6
82+ uses : actions/checkout@v7
8383 - name : 🔧 Setup node.js
8484 uses : actions/setup-node@v6
8585 with :
86+ node-version : 24.x
8687 cache : ' npm'
8788 - name : 📦 Install dependencies
8889 run : npm ci
@@ -107,7 +108,7 @@ jobs:
107108 if : ${{ github.repository != 'sebbo2002/js-template' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') }}
108109 steps :
109110 - name : ☁️ Checkout Project
110- uses : actions/checkout@v6
111+ uses : actions/checkout@v7
111112 - name : 🔧 Set up Python
112113 uses : actions/setup-python@v6
113114 with :
@@ -123,7 +124,7 @@ jobs:
123124 - name : 🔧 Setup node.js
124125 uses : actions/setup-node@v6
125126 with :
126- node-version : 22 .x
127+ node-version : 24 .x
127128 cache : ' npm'
128129 - name : 📦 Ensure npm ≥ 11.5.1
129130 run : |
0 commit comments