Skip to content

build(deps): bump tmp from 0.2.5 to 0.2.7 (#378) #248

build(deps): bump tmp from 0.2.5 to 0.2.7 (#378)

build(deps): bump tmp from 0.2.5 to 0.2.7 (#378) #248

Workflow file for this run

name: package
on:
push:
branches: [main]
jobs:
package:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
pull-requests: read
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 23.8.x
registry-url: 'https://registry.npmjs.org/'
- name: Install vsce
run: npm install -g @vscode/vsce
- name: Install dependencies
run: npm ci
- name: Package
run: vsce package
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Extension vsix
path: vscode-flowr-*.vsix