Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
openwhisk-runtime-nodejs
Public
Notifications
You must be signed in to change notification settings
Fork
72
Star
65
Code
Issues
5
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Runtime upgrade
- #259
#259
Draft
jkosanam
wants to merge 29 commits into
apache:master
apache/openwhisk-runtime-nodejs:master
from
nimbella:runtime-upgrade
nimbella/openwhisk-runtime-nodejs:runtime-upgrade
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Draft
Runtime upgrade
#259
jkosanam
wants to merge 29 commits into
apache:master
apache/openwhisk-runtime-nodejs:master
from
nimbella:runtime-upgrade
nimbella/openwhisk-runtime-nodejs:runtime-upgrade
Copy head branch name to clipboard
Commits
Commits on Mar 1, 2021
Update dockerfile and gradle builds for nimbella enhancements.
rabbah
committed
1410a57
View commit details
Copy full SHA for 1410a57
Browse repository at this point
Add lambda compatibility support.
rabbah
committed
493bf8a
View commit details
Copy full SHA for 493bf8a
Browse repository at this point
Add cloudjs runtime.
rabbah
committed
2d04196
View commit details
Copy full SHA for 2d04196
Browse repository at this point
Add tesseract runtime.
rabbah
committed
b64fe69
View commit details
Copy full SHA for b64fe69
Browse repository at this point
Update publish targets.
rabbah
committed
fd26c6f
View commit details
Copy full SHA for fd26c6f
Browse repository at this point
Update from source build.
rabbah
committed
67564bf
View commit details
Copy full SHA for 67564bf
Browse repository at this point
Commits on Feb 15, 2022
Run the app from a fully qualified path (#1)
Show description for 730e40e
markusthoemmes
authored
730e40e
View commit details
Copy full SHA for 730e40e
Browse repository at this point
Add all the references (#2)
markusthoemmes
authored
8f4a65f
View commit details
Copy full SHA for 8f4a65f
Browse repository at this point
Commits on Mar 23, 2022
SERVERLESS-943 Make the Node.js 14 runtime action-loop based (#3)
Show description for acaaa89
markusthoemmes
authored
acaaa89
View commit details
Copy full SHA for acaaa89
Browse repository at this point
Commits on May 13, 2022
SERVERLESS-1377 Make the Node.js 14 runtime prelaunchable (#4)
Show description for b6be08d
markusthoemmes
authored
b6be08d
View commit details
Copy full SHA for b6be08d
Browse repository at this point
Commits on May 25, 2022
Update Node.js and Golang versions to more recent ones (#5)
Show description for 79a0c09
markusthoemmes
authored
79a0c09
View commit details
Copy full SHA for 79a0c09
Browse repository at this point
Commits on Jun 17, 2022
Add a Node.js 18 runtime (#7)
Show description for 49b433d
markusthoemmes
authored
49b433d
View commit details
Copy full SHA for 49b433d
Browse repository at this point
Commits on Aug 11, 2022
SERVERLESS-1563 Support ES modules as functions (#8)
Show description for 4c84588
markusthoemmes
authored
4c84588
View commit details
Copy full SHA for 4c84588
Browse repository at this point
Commits on Sep 19, 2022
Add python to Node.js 18 image (#9)
Show description for 8975cda
markusthoemmes
authored
8975cda
View commit details
Copy full SHA for 8975cda
Browse repository at this point
Commits on Oct 30, 2022
Include functions deployer in runtime image (#10)
joshuaauerbachwatson
authored
9b3f4d6
View commit details
Copy full SHA for 9b3f4d6
Browse repository at this point
Commits on Nov 1, 2022
Faster docker builds when sources change (#11)
Show description for fb059f5
Matt Welke
authored
fb059f5
View commit details
Copy full SHA for fb059f5
Browse repository at this point
Commits on Nov 10, 2022
Clean up references to nim (#12)
Show description for 0eb74b9
joshuaauerbachwatson
authored
0eb74b9
View commit details
Copy full SHA for 0eb74b9
Browse repository at this point
Commits on Nov 28, 2022
Remove unused Node.js runtimes. Can restore from Git history later if needed. (#15)
Matt Welke
authored
0180d7a
View commit details
Copy full SHA for 0180d7a
Browse repository at this point
Commits on Dec 5, 2022
SERVERLESS-2326 | Merge OpenWhisk and Lambda variants of Node.js runtimes together
Show description for 94f2ebb
Matt Welke
authored
94f2ebb
View commit details
Copy full SHA for 94f2ebb
Browse repository at this point
Commits on Dec 12, 2022
SERVERLESS-2326 Implement context creation in the non-Lambda runner (#17)
Show description for 9b788d1
markusthoemmes
authored
9b788d1
View commit details
Copy full SHA for 9b788d1
Browse repository at this point
Commits on Jan 25, 2023
SERVERLESS-2491 Rename action -> function in error messages (#18)
markusthoemmes
authored
c8a63b1
View commit details
Copy full SHA for c8a63b1
Browse repository at this point
Commits on Feb 3, 2023
Downgrade npm to version 8 to fix UID remapping issues (#19)
Show description for 939afcb
markusthoemmes
authored
939afcb
View commit details
Copy full SHA for 939afcb
Browse repository at this point
Commits on May 2, 2023
SERVERLESS-2806 Move stretch repositories to archive (#20)
Show description for 148f986
markusthoemmes
authored
148f986
View commit details
Copy full SHA for 148f986
Browse repository at this point
Commits on May 11, 2023
SERVERLESS-2833 Write sentinels straight to stdout/stderr (#22)
Show description for 279d12d
markusthoemmes
authored
279d12d
View commit details
Copy full SHA for 279d12d
Browse repository at this point
Commits on Jan 21, 2026
Added nodejs22 support
jkosanam
committed
56451ef
View commit details
Copy full SHA for 56451ef
Browse repository at this point
removed changelog
jkosanam
committed
da9fff6
View commit details
Copy full SHA for da9fff6
Browse repository at this point
removed readme changes
jkosanam
committed
eb1c28d
View commit details
Copy full SHA for eb1c28d
Browse repository at this point
Removed nodejs22 test docker as we are not deploying the image
jkosanam
committed
a3b7ed6
View commit details
Copy full SHA for a3b7ed6
Browse repository at this point
Empty commit to add tag
jkosanam
committed
d0519b6
View commit details
Copy full SHA for d0519b6
Browse repository at this point
You can’t perform that action at this time.