Skip to content

chore(deps): update dependency @types/node to v22.10.1 (#472) #360

chore(deps): update dependency @types/node to v22.10.1 (#472)

chore(deps): update dependency @types/node to v22.10.1 (#472) #360

Workflow file for this run

name: CI
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
jobs:
update-keybindings:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up node.js
uses: actions/setup-node@v4
- name: Restore dependencies
run: npm ci
- name: Generate keybindings
run: npm run write-keybindings
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
title: "docs: update keybindings"
commit-message: "docs: update keybindings"
body: "Opened by [keybindings.yml](https://github.com/MarcoIeni/glimpse/blob/main/.github/workflows/keybindings.yml) GitHub Action"
token: ${{ secrets.GLIMPSE_RELEASE_PLEASE }}