From b4491da03e714b8bda51a4246be4bfe4cfc3e116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 02:01:01 +0000 Subject: [PATCH] build(deps): bump pkgjs/action from 0.1.6 to 0.1.7 (#2136) Bumps [pkgjs/action](https://github.com/pkgjs/action) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/pkgjs/action/releases) - [Commits](https://github.com/pkgjs/action/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: pkgjs/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5de6c82b737..9b2623bf2fc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ on: [push, pull_request] jobs: build: name: Test - uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1.6 + uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1.7 with: runs-on: ubuntu-latest, windows-latest test-command: npm run coverage:ci