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 4631fdeCopy full SHA for 4631fde
1 file changed
.github/workflows/release.yml
@@ -14,10 +14,14 @@ 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 --omit=dev
21
- name: build
22
run: |
23
./build.sh
24
- uses: ncipollo/release-action@v1
25
with:
26
artifacts: "release.zip"
- token: ${{ secrets.GITHUB_TOKEN }}
27
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments