chore(deps): update all devdependencies #203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Prerelease | |
on: | |
pull_request: | |
push: | |
branches: | |
- "**" | |
tags: | |
- "!**" | |
jobs: | |
vscode-package: | |
name: "@apollo/client-devtools-vscode" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Setup Node.js 20.x | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 20.x | |
- run: npm ci | |
- name: Publish to pkg.pr.new | |
run: npm run pkg-pr-new-publish |