-
Notifications
You must be signed in to change notification settings - Fork 28
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
ci: update GitHub workflows #745
Conversation
This reverts commit 436bca8.
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.
is the node-version
upgraded accross the board? if so there are places where it's still 14
@@ -123,22 +124,20 @@ jobs: | |||
continue-on-error: ${{ matrix.required == 'optional' }} | |||
|
|||
steps: | |||
- name: Log out node version | |||
run: node --version | |||
- name: Use Node.js 14 | |||
uses: actions/setup-node@v3 | |||
with: | |||
node-version: 14 |
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.
node-version: 14 | |
node-version: 16 |
@@ -123,22 +124,20 @@ jobs: | |||
continue-on-error: ${{ matrix.required == 'optional' }} | |||
|
|||
steps: | |||
- name: Log out node version | |||
run: node --version | |||
- name: Use Node.js 14 | |||
uses: actions/setup-node@v3 | |||
with: | |||
node-version: 14 |
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.
node-version: 14 | |
node-version: 16 |
@@ -175,15 +174,15 @@ jobs: | |||
uses: actions/setup-node@v3 | |||
with: | |||
node-version: 14 |
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.
node-version: 14 | |
node-version: 16 |
I haven't actually updated the node version of our build/test jobs, just the actions that were still using node v12. I'd do that in a separate PR so it's easier to revert if something breaks. |
re/ KILTProtocol/ticket#2264
Updates GitHub workflows to no longer use deprecated actions and features which will be retired shortly.
How to test:
Run as many workflows as possible I guess.
Checklist: