Skip to content

Commit b04e240

Browse files
ci(github): use default Node.js version in build.yml
1 parent ebd8b20 commit b04e240

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
timeout-minutes: 5
8-
strategy:
9-
matrix:
10-
node-version: [16]
118

129
steps:
1310
- name: Checkout repository
1411
uses: actions/checkout@v2
1512
with:
1613
fetch-depth: 0
1714

18-
- name: Use Node.js ${{ matrix.node-version }}
15+
- name: Use Node.js
1916
uses: actions/setup-node@v2
20-
with:
21-
node-version: ${{ matrix.node-version }}
2217

2318
- name: Cache dependencies
2419
uses: actions/cache@v2

0 commit comments

Comments
 (0)