Skip to content

Commit 7e355ba

Browse files
authored
Merge pull request #259 from smorimoto/actions
Update .github/workflows/pull-request.yml
2 parents 40063cc + f259d84 commit 7e355ba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ jobs:
55
name: Test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v1
9-
- uses: actions/setup-node@v1
8+
- uses: actions/checkout@v2
9+
- uses: actions/setup-node@v2
1010
with:
11-
node-version: '12.x'
12-
registry-url: 'https://registry.npmjs.org'
13-
- run: yarn install
11+
node-version: 14.x
12+
- run: yarn --frozen-lockfile
1413
- run: yarn run bs:build
1514
- run: yarn test

0 commit comments

Comments
 (0)