We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cf735 commit 6241ea3Copy full SHA for 6241ea3
.github/workflows/deploy-npm-package.yml
@@ -10,7 +10,7 @@ jobs:
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: '18.16.0'
+ node-version: '22.6.0'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm i
16
- run: npm run build
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@futura-dev/cosmodrome",
3
- "version": "1.4.1",
+ "version": "1.5.0-alpha.1",
4
"private": false,
5
"repository": {
6
"type": "git",
0 commit comments