Skip to content

Commit

Permalink
npm update e2e tester (#98)
Browse files Browse the repository at this point in the history
* npm update e2e tester

* bump action

* ci..

* 3.56.1
  • Loading branch information
aviramha authored Jan 5, 2024
1 parent c3e8e10 commit 7106560
Show file tree
Hide file tree
Showing 5 changed files with 547 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- run: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
git fetch --all --tags
git checkout tags/$(jq -r .version package.json)
- uses: actions/setup-node@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.15.x
cache: npm
- name: Install dependencies
run: |
npm install
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.56.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.56.1) - 2024-01-05


### Internal

- npm update e2e tester


## [3.56.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.56.0) - 2024-01-05


Expand Down
Loading

0 comments on commit 7106560

Please sign in to comment.