Skip to content

Commit 2a12b75

Browse files
committed
package metadata
1 parent 77d409a commit 2a12b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: ${{ runner.node }}
20+
node-version: ${{ matrix.node }}
2121
- run: npm install
2222
- run: npm run build --if-present
2323
- run: npm test

0 commit comments

Comments
 (0)