Skip to content

Commit feb584f

Browse files
committedJul 11, 2024
ci: check
1 parent 68e92e0 commit feb584f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.github/workflows/npm-publish.yml

+9
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ jobs:
126126
run: |
127127
npm install
128128
129+
130+
- name: "⚙️ Setup Node2"
131+
id: task_gpr_node_setup2
132+
uses: actions/setup-node@v4
133+
with:
134+
node-version: '20.x'
135+
registry-url: 'https://npm.pkg.github.com/'
136+
scope: '@aetherinox'
137+
129138
- name: "📂 List Files"
130139
id: task_gpr_publish_list
131140
run: |

0 commit comments

Comments
 (0)
Failed to load comments.