NPM publish using Node container #4

Merged
Thilawyn merged 19 commits from npm-publish-fix into master 2023-12-29 04:27:34 +01:00
Showing only changes of commit eec0703aa1 - Show all commits

View File

@@ -37,7 +37,7 @@ local build_step = {
local publish_step = { local publish_step = {
name: "publish", name: "publish",
image: "node:18", image: "node:14",
environment: { environment: {
NPM_TOKEN: { from_secret: "npm_token" } NPM_TOKEN: { from_secret: "npm_token" }