-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
SpecialAro
commented
Sep 29, 2023
- Update 'node' to '20.8.0' and 'pnpm' to '8.8.0' (lock engines)
- Update GH Action to be coherent with PR action
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 |
@@ -6,9 +6,11 @@ on: | |||
|
|||
jobs: | |||
check-next-website: | |||
runs-on: ubuntu-22.04 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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