Skip to content

fix(fs): preserve relative symlinks of NW.js files (#883) #9

fix(fs): preserve relative symlinks of NW.js files (#883)

fix(fs): preserve relative symlinks of NW.js files (#883) #9

Workflow file for this run

name: cd
on:
push:
branches: [main]
jobs:
npm:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "20.2.0"
- run: npm ci
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}