Skip to content

Commit 8f1efbd

Browse files
committed
add node 22, as an example
1 parent 05d7a01 commit 8f1efbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
node: ${{ fromJson(needs.get-lts.outputs.active) }}
19+
node:
20+
- ${{ fromJson(needs.get-lts.outputs.active) }}
2021
- 22
2122
steps:
2223
- name: Checkout

0 commit comments

Comments
 (0)