Skip to content

Commit

Permalink
Try switching back to SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Mar 10, 2023
1 parent 08233bc commit e17e1bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-block.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Use desired version of NodeJS
uses: actions/setup-node@v3 # v3.6.0
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: ${{ matrix.node }}
cache: npm
Expand Down
5 changes: 0 additions & 5 deletions packages/e2e-tests/CHANGELOG.md
Expand Up @@ -2,15 +2,10 @@

## Unreleased

<<<<<<< Updated upstream
### Breaking Changes

- Started requiring Jest v29 instead of v27 as a peer dependency. See [breaking changes in Jest 28](https://jestjs.io/blog/2022/04/25/jest-28) and [in jest 29](https://jestjs.io/blog/2022/08/25/jest-29) ([#47388](https://github.com/WordPress/gutenberg/pull/47388))
=======
### Breaking Change

- Increase the minimum Node.js version to 18 ([#48950](https://github.com/WordPress/gutenberg/pull/48950)).
>>>>>>> Stashed changes

## 6.5.0 (2023-03-01)

Expand Down

0 comments on commit e17e1bf

Please sign in to comment.