Skip to content

add tip php extension to github npm build action #6

add tip php extension to github npm build action

add tip php extension to github npm build action #6

Workflow file for this run

name: NPM Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: "8.3"
php_extensions: intl zip
version: 2.x
- run: composer install
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build