mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #922] [MERGED] feat: add node16 support #1684
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/922
Author: @catthehacker
Created: 12/10/2021
Status: ✅ Merged
Merged: 12/22/2021
Merged by: @mergify[bot]
Base:
master← Head:cat/feat/node16📝 Commits (7)
7daabd0feat: add node16 support80f52a2feat: bump images to node161274576lint(editorconfig): ignore *.md due to mixed style3d79b55Merge branch 'master' into cat/feat/node160f4d75eMerge branch 'master' into cat/feat/node1674684a6Merge branch 'master' into cat/feat/node169428e91Merge branch 'master' into cat/feat/node16📊 Changes
27 files changed (+9200 additions, -32 deletions)
View changed files
📝
IMAGES.md(+4 -0)📝
README.md(+4 -4)📝
cmd/platforms.go(+3 -3)📝
cmd/root.go(+1 -1)📝
pkg/artifacts/server_test.go(+1 -1)📝
pkg/container/docker_images_test.go(+4 -4)📝
pkg/model/action.go(+4 -1)📝
pkg/runner/runner_test.go(+2 -2)📝
pkg/runner/step_context.go(+2 -1)📝
pkg/runner/testdata/actions/docker-local/Dockerfile(+1 -1)📝
pkg/runner/testdata/actions/docker-url/action.yml(+1 -1)📝
pkg/runner/testdata/actions/node12/package.json(+3 -0)➕
pkg/runner/testdata/actions/node16/README.md(+3 -0)➕
pkg/runner/testdata/actions/node16/action.yml(+13 -0)➕
pkg/runner/testdata/actions/node16/dist/index.js(+8666 -0)➕
pkg/runner/testdata/actions/node16/index.js(+15 -0)➕
pkg/runner/testdata/actions/node16/package-lock.json(+429 -0)➕
pkg/runner/testdata/actions/node16/package.json(+23 -0)📝
pkg/runner/testdata/basic/push.yml(+3 -3)📝
pkg/runner/testdata/container-hostname/push.yml(+2 -2)...and 7 more files
📄 Description
Changes:
node16in actionsTo do:
node16finds node in/opt/hostedtoolcache/node/16.*.*/, etc.this will be addressed in new PR
Closes #910
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.