Skip to content

chore(deps): bump semver from 7.6.1 to 7.6.2 in the npm group (#1081) #331

chore(deps): bump semver from 7.6.1 to 7.6.2 in the npm group (#1081)

chore(deps): bump semver from 7.6.1 to 7.6.2 in the npm group (#1081) #331

Workflow file for this run

name: v3
on:
push:
branches:
- v3
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
npm:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.5
- name: Get Node version from Node manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Publish to npm
uses: JS-DevTools/npm-publish@v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}
tag: stable