We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdc86b commit ef672daCopy full SHA for ef672da
3 files changed
.github/workflows/release-please.yml
@@ -8,12 +8,11 @@ jobs:
8
runs-on: ubuntu-latest
9
if: github.repository == 'bcoe/c8'
10
steps:
11
- - uses: GoogleCloudPlatform/release-please-action@v3
+ - uses: GoogleCloudPlatform/release-please-action@v4
12
id: release
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
release-type: node
16
- package-name: c8
17
# The logic below handles the npm publication:
18
- uses: actions/checkout@v3
19
# these if statements ensure that a publication only occurs when
test/integration.js
@@ -81,7 +81,7 @@ beforeEach(function () {
81
env: { NODE_DEBUG: 'c8' }
82
})
83
output.toString('utf8').should.match(
84
- /Error: ENOENT: no such file or directory.*loaders\.js/
+ /Error: ENOENT: no such file or directory.*loader\.js/
85
)
86
87
0 commit comments