Skip to content

Commit 2384275

Browse files
authored
Merge pull request #37 from nodenv/npm-release
npm release
2 parents 0f96074 + 5447833 commit 2384275

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ permissions: {}
66
jobs:
77
release:
88
permissions: { contents: write, id-token: write }
9-
uses: nodenv/.github/.github/workflows/release.yml@v6
9+
uses: nodenv/.github/.github/workflows/release.yml@v7
1010
secrets: inherit

package-lock.json

Lines changed: 4 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@
3030
"postversion": "git push --follow-tags"
3131
},
3232
"devDependencies": {
33-
"@nodenv/nodenv": "^1.6.2",
34-
"bats": "^1.12.0",
35-
"bats-assert": "^2.2.0",
36-
"bats-support": "^0.3.0",
37-
"brew-publish": "^2.3.1"
33+
"@nodenv/nodenv": "1",
34+
"bats": "1",
35+
"bats-assert": "2",
36+
"bats-support": "^0.3.0"
3837
}
3938
}

0 commit comments

Comments
 (0)