Skip to content

Commit 1d0a933

Browse files
committed
Updated workflow.
1 parent dafd5c1 commit 1d0a933

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.workflow.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7+
workflow_dispatch:
78

89
jobs:
910
publish:
1011
runs-on: ubuntu-latest
1112

1213
steps:
1314
- name: Check out repository
14-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1516

1617
- name: Install Node.js
17-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1819
with:
19-
node-version: '16'
20+
node-version: '22'
2021
registry-url: 'https://registry.npmjs.org'
2122

2223
- name: Update NPM to latest

0 commit comments

Comments
 (0)