Skip to content

Commit ed38ed1

Browse files
committed
chore: Add Nsolir runtime to CI tests
Signed-off-by: Jefferson <[email protected]>
1 parent b49abd8 commit ed38ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ jobs:
135135
- uses: actions/checkout@v4
136136
- uses: nodesource/setup-nsolid@v1
137137
with:
138-
node-version: 20
139-
nsolid-version: 5
138+
node-version: ${{ matrix.node-version }}
139+
nsolid-version: ${{ matrix.nsolid-version }}
140140
- name: Install
141141
run: |
142142
npm install --ignore-scripts

0 commit comments

Comments
 (0)