We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed85c5d commit e646c68Copy full SHA for e646c68
.github/workflows/publish-npm-packages.yaml
@@ -20,6 +20,10 @@ jobs:
20
environment: publish-npm
21
runs-on: ubuntu-latest
22
steps:
23
+ - uses: actions/setup-node@v4
24
+ with:
25
+ node-version: 24
26
+ registry-url: https://registry.npmjs.org
27
- uses: actions/checkout@v4
28
29
- name: Setup and build project
@@ -35,6 +39,10 @@ jobs:
35
39
36
40
37
41
42
43
44
45
38
46
47
48
0 commit comments