Skip to content

Commit 6241ea3

Browse files
committed
release: v1.5.0-alpha.1
1 parent e9cf735 commit 6241ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '18.16.0'
13+
node-version: '22.6.0'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm i
1616
- run: npm run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@futura-dev/cosmodrome",
3-
"version": "1.4.1",
3+
"version": "1.5.0-alpha.1",
44
"private": false,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)