Skip to content

Bump @electron/remote from 2.0.11 to 2.1.0 #706

Bump @electron/remote from 2.0.11 to 2.1.0

Bump @electron/remote from 2.0.11 to 2.1.0 #706

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Setup npmrc
env:
GITHUB_TOKEN: ${{secrets.GH_PACKAGE_REGISTRY_TOKEN}}
run: |
echo "@npezza93:registry=https://npm.pkg.github.com/" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" >> .npmrc
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Test
run: yarn test