This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Update action to Node 16 and update node modules #54
Merged
octosteve
merged 69 commits into
github-education-resources:master
from
markpatterson27:dev-update-node-modules
May 18, 2023
Merged
Update action to Node 16 and update node modules #54
octosteve
merged 69 commits into
github-education-resources:master
from
markpatterson27:dev-update-node-modules
May 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…uilt package-lock.json.
I suspect this PR would also fix the Issue #71 I just opened as it updates the @actions/core version to 1.10.0. |
CI workflow run against node 16.x (see PR #55) for these recent commits is in my fork: https://github.com/markpatterson27/autograding/actions/runs/4794051331 |
Confirmed tests running with node version 16 on fork. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR:
ToDo
explicitly declare chalk as a dependency (rather than an implicite devDependency). Added chalk@4 (See warning on chalk install instructions)