Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: 18

# Run yarn install for JS dependencies
- name: 'Yarn Install'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
# Install Node
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'

# Copy all of the example configs over
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
# Install Node
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"

# Install the Postgres developer packages
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased
- Add API V2 from DMPonline [#3587](https://github.com/DMPRoadmap/roadmap/pull/3587)
- Add complete plan flag to V2 API [#3595](https://github.com/DMPRoadmap/roadmap/pull/3595)
- chore(deps): `bundle update && yarn upgrade` and bump `node-version` in workflows [#3601](https://github.com/DMPRoadmap/roadmap/pull/3601)

## v5.0.2
- Bump Ruby to v3.1.4 and use `.ruby-version` in CI
Expand Down
Loading
Loading