Skip to content

chore: upgrade to node 22 #5

chore: upgrade to node 22

chore: upgrade to node 22 #5

Workflow file for this run

name: node-mac-virtual-display Package
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}