@tossplace/pos-plugin-sdk 0.0.6 → 0.0.8

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.
@@ -1,4 +1,4 @@
1
- name: NPM Publish
1
+ name: NPM Release
2
2
 
3
3
  on:
4
4
  pull_request:
@@ -7,6 +7,7 @@ on:
7
7
  - main
8
8
 
9
9
  permissions:
10
+ id-token: write
10
11
  contents: write
11
12
  pull-requests: write
12
13
 
@@ -21,9 +22,9 @@ jobs:
21
22
  token: ${{ secrets.GITHUB_TOKEN }}
22
23
 
23
24
  - name: Setup Node.js
24
- uses: actions/setup-node@v3
25
+ uses: actions/setup-node@v5
25
26
  with:
26
- node-version: "20.x"
27
+ node-version: "24"
27
28
  registry-url: "https://registry.npmjs.org/"
28
29
 
29
30
  - name: Configure Git
@@ -62,8 +63,6 @@ jobs:
62
63
  - name: Publish to NPM
63
64
  if: steps.get-version-type.outputs.VERSION_TYPE != ''
64
65
  run: npm publish --access public
65
- env:
66
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
67
66
 
68
67
  - name: Push version update
69
68
  if: steps.get-version-type.outputs.VERSION_TYPE != ''