Skip to content

Commit e9a700d

Browse files
committed
Add Node.js setup step in copilot-test-tools workflow
1 parent 4b9055f commit e9a700d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/copilot-test-tools.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
cancel-in-progress: true
1010
steps:
1111
- uses: actions/checkout@v5
12+
- name: Setup Node 22
13+
uses: actions/setup-node@v4
14+
with:
15+
node-version: '22'
1216
- run: npm install -g @github/copilot
1317
- run: |
1418
mkdir -p ~/.copilot

0 commit comments

Comments
 (0)