Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[major] bump jose #333

Merged
merged 5 commits into from
Nov 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
adamjmcgrath committed Nov 1, 2022
commit 6ae2849debc57a5a6d8a2ffc02de3aadbcd32a0b
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
type: string
default: "18"
docker:
- image: circleci/node:<< parameters.node-version >>
- image: cimg/node:<< parameters.node-version >>
adamjmcgrath marked this conversation as resolved.
Show resolved Hide resolved
environment:
LANG: en_US.UTF-8
steps:
Expand All @@ -37,7 +37,7 @@ workflows:
- build:
matrix:
parameters:
node-version: ["14", "16", "18"]
node-version: ["14.20", "16.18", "18.12"]
- ship/node-publish:
requires:
- build
Expand Down