@coffecinema/core 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,12 +7,15 @@ on:
7
7
 
8
8
  jobs:
9
9
  publish:
10
+ name: Publish Job
10
11
  runs-on: ubuntu-latest
11
12
  env:
12
13
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13
14
  steps:
14
- - uses: actions/checkout@v4
15
- - uses: actions/setup-node@v4
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v4
17
+ - name: Setup NodeJs
18
+ uses: actions/setup-node@v4
16
19
  with:
17
20
  node-version: 20
18
21
  registry-url: 'https://registry.npmjs.org'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffecinema/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Core utilities and shared setup",
5
5
  "keywords": [],
6
6
  "publishConfig": {