Skip to content

Commit 28be558

Browse files
ci(github): update workflow build.yml
1 parent cffffc7 commit 28be558

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@ on: [push, pull_request]
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7-
timeout-minutes: 5
87

98
steps:
109
- name: Checkout repository
11-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1211
with:
1312
fetch-depth: 0
1413

1514
- name: Use Node.js
16-
uses: actions/setup-node@v2
17-
with:
18-
node-version: 16
15+
uses: actions/setup-node@v3
1916

2017
- name: Cache dependencies
21-
uses: actions/cache@v2
18+
uses: actions/cache@v3
2219
with:
2320
path: |
2421
node_modules

0 commit comments

Comments
 (0)