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

Update deps and actions #39

Merged
merged 3 commits into from
Sep 29, 2023
Merged

Update deps and actions #39

merged 3 commits into from
Sep 29, 2023

Conversation

SpecialAro
Copy link
Member

  • Update 'node' to '20.8.0' and 'pnpm' to '8.8.0' (lock engines)
  • Update GH Action to be coherent with PR action

@SpecialAro
Copy link
Member Author

I'm merging this PR as is (the errors are currently present in the main build) this will be fixed by the PR on #40

@SpecialAro SpecialAro merged commit a08dd39 into main Sep 29, 2023
1 check failed
@SpecialAro SpecialAro deleted the update-deps-and-actions branch September 29, 2023 15:29
@@ -6,9 +6,11 @@ on:

jobs:
check-next-website:
runs-on: ubuntu-22.04
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually made sense to have locked, since ubuntu-latest could be updated at any time and the pipeline break.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, we can revert it back. It was just incoherent that we had ubuntu:latest for testing the code and Ubuntu:22.x for deploying


steps:
- uses: actions/checkout@v3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is already actions/checkout@v4

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make a PR to update stuff 😁

@@ -9,11 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2.1.0
- uses: actions/checkout@v2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is already actions/checkout@v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants