Skip to content

chore: update github actions #193

chore: update github actions

chore: update github actions #193

Workflow file for this run

name: Node.js CI
on:
push:
tags:
- "v0.*"
- "v1.*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install --prefix=packages/viur-vue-utils
#- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
access: "public"
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/viur-vue-utils/package.json