Skip to content

Commit

Permalink
Merge pull request #3837 from edalex-ian/chore/partial-revert-ansi-regex
Browse files Browse the repository at this point in the history
chore(deps): partial revert of ansi-regex PR #3814
  • Loading branch information
edalex-ian authored Feb 15, 2022
2 parents 08cd219 + cf93937 commit 2609d24
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
build_and_check:
runs-on: ubuntu-latest
steps:
# Using v1 (rather than v2) through-out this workflow due to issue:
# https://github.com/actions/checkout/issues/237
- uses: actions/checkout@v2

- name: NPM Cache
Expand Down Expand Up @@ -244,6 +242,8 @@ jobs:
distribution: adopt
java-version: 8

- uses: actions/checkout@v2

- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm
Expand All @@ -253,8 +253,6 @@ jobs:
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"

- uses: actions/checkout@v2

- name: Download Artefacts
uses: actions/download-artifact@v2
with:
Expand Down
17 changes: 16 additions & 1 deletion autotest/IntegTester/ps/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2609d24

Please sign in to comment.