Skip to content

Commit a240551

Browse files
committed
Update build
1 parent 2ea1052 commit a240551

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,14 @@ on:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
strategy:
16-
matrix:
17-
node-version: [16]
18-
1915
steps:
20-
# Checkout doc repo and its dependencies
16+
# Checkout and setup
2117
- name: Checkout
22-
uses: actions/checkout@v2
23-
# Setup Node
24-
- name: Setup (Node.js ${{ matrix.node-version }})
25-
uses: actions/setup-node@v1
18+
uses: actions/checkout@v3
19+
- name: Setup
20+
uses: actions/setup-node@v3
2621
with:
27-
node-version: ${{ matrix.node-version }}
22+
node-version: 16
2823
# Install and build
2924
- name: Install
3025
run: npm ci

0 commit comments

Comments
 (0)