Skip to content

Commit

Permalink
feat: 🎸 Updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed May 21, 2024
1 parent b558cc9 commit 28da649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.1

orbs:
node: circleci/node@5.1.0
node: circleci/node@5.2.0

jobs:
build:
docker:
# replace with your preferred image
- image: cimg/node:19.6.1
- image: cimg/node:22.2.0
steps:
- checkout
- node/install-yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Install dependencies
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit 28da649

Please sign in to comment.