Skip to content

Commit ef672da

Browse files
authored
test: fix snapshot (#511)
build: update release-please action version test: switch module name checked for in assertions
1 parent 2cdc86b commit ef672da

File tree

3 files changed

+132
-133
lines changed

3 files changed

+132
-133
lines changed

.github/workflows/release-please.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
if: github.repository == 'bcoe/c8'
1010
steps:
11-
- uses: GoogleCloudPlatform/release-please-action@v3
11+
- uses: GoogleCloudPlatform/release-please-action@v4
1212
id: release
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
release-type: node
16-
package-name: c8
1716
# The logic below handles the npm publication:
1817
- uses: actions/checkout@v3
1918
# these if statements ensure that a publication only occurs when

test/integration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ beforeEach(function () {
8181
env: { NODE_DEBUG: 'c8' }
8282
})
8383
output.toString('utf8').should.match(
84-
/Error: ENOENT: no such file or directory.*loaders\.js/
84+
/Error: ENOENT: no such file or directory.*loader\.js/
8585
)
8686
})
8787

0 commit comments

Comments
 (0)