Skip to content

Commit e86ef45

Browse files
1 parent fe840e2 commit e86ef45

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
test-node:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 10
1213

1314
strategy:
1415
matrix:
@@ -18,10 +19,10 @@ jobs:
1819

1920
steps:
2021
- name: Checkout repository
21-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2223

2324
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2526
with:
2627
node-version: ${{ matrix.node-version }}
2728

@@ -30,6 +31,3 @@ jobs:
3031

3132
- name: Run tests
3233
run: npm test
33-
env:
34-
CI: true
35-
timeout-minutes: 10

0 commit comments

Comments
 (0)