We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6898739 commit 17d3ecfCopy full SHA for 17d3ecf
1 file changed
.github/workflows/publish.yml
@@ -2,14 +2,16 @@ name: Publish packages on NPM
2
on:
3
release:
4
types: [created]
5
+ workflow_dispatch:
6
+
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
- - uses: actions/setup-node@v1
12
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
13
with:
- node-version: "18.x"
14
+ node-version: "22.x"
15
registry-url: "https://registry.npmjs.org"
16
- run: yarn
17
- run: yarn build
0 commit comments