Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 2d9c7d4

Browse files
authored
Update node.js.yml
1 parent 555426e commit 2d9c7d4

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,13 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
14-
strategy:
15-
matrix:
16-
node-version: [10.x, 12.x, 14.x]
17-
1812
steps:
1913
- uses: actions/checkout@v2
20-
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
14+
- name: Use Node.js 15
15+
uses: actions/setup-node@v2-beta
2216
with:
23-
node-version: ${{ matrix.node-version }}
17+
node-version: '15'
18+
check-latest: true
2419
- run: yarn
25-
-
26-
id: yarn_build
27-
name: build
28-
run: yarn run build
29-
-
30-
name: Print digest
31-
run: echo ${{ steps.yarn_build.outputs.digest }}
20+
- run: yarn run build

0 commit comments

Comments
 (0)