Skip to content

Commit c7f9bf7

Browse files
committed
Force nodejs16 for action
1 parent 3c0f3c8 commit c7f9bf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: Equip-Collaboration/diff-line-numbers@v1.0.0
1212
with:
1313
include: '["\\.ts$"]'
14+
node-version: '16'
1415
- name: Print line numbers of changed lines
1516
run: echo Line numbers = ${{ toJSON(steps.diff.outputs.lineNumbers) }}
1617
- name: Detecting files changed

0 commit comments

Comments
 (0)