NPM publish using Node container #4
@@ -37,7 +37,7 @@ local build_step = {
|
||||
|
||||
local publish_step = {
|
||||
name: "publish",
|
||||
image: "node:18",
|
||||
image: "node:14",
|
||||
|
||||
environment: {
|
||||
NPM_TOKEN: { from_secret: "npm_token" }
|
||||
|
||||
Reference in New Issue
Block a user