Skip to content

Commit a833ab0

Browse files
committed
ci: update workflow to use Node.js 22 only
1 parent 2c2402d commit a833ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: [20, 22]
16+
node: [22]
1717
timeout-minutes: 30
1818
steps:
1919
- name: checkout pushed commit

0 commit comments

Comments
 (0)