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 8404b22 commit 54b4a0fCopy full SHA for 54b4a0f
1 file changed
.github/workflows/release.yml
@@ -14,10 +14,15 @@ jobs:
14
- uses: actions/checkout@master
15
- name: Composer
16
uses: php-actions/composer@v6
17
+ - uses: actions/setup-node@v4
18
+ with:
19
+ node-version: 23
20
+ - run: npm ci
21
+ - run: npm run build
22
- name: build
23
run: |
24
./build.sh
25
- uses: ncipollo/release-action@v1
26
with:
27
artifacts: "release.zip"
- token: ${{ secrets.GITHUB_TOKEN }}
28
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments