Skip to content

Commit f0507ba

Browse files
author
Benjamin E. Coe
authored
build: enable --engines-strict and dust off config (#68)
1 parent 6ee5b82 commit f0507ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- master
55
pull_request:
6+
types: [ assigned, opened, synchronize, reopened, labeled ]
67
name: ci
78
jobs:
89
test:
@@ -16,7 +17,7 @@ jobs:
1617
with:
1718
node-version: ${{ matrix.node }}
1819
- run: node --version
19-
- run: npm install
20+
- run: npm install --engines-strict
2021
- run: npm test
2122
windows:
2223
runs-on: windows-latest

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
10+
- uses: GoogleCloudPlatform/release-please-action@v2.4.2
1111
id: release
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)