Skip to content

Bump js-yaml from 4.1.1 to 4.2.0 #559

Bump js-yaml from 4.1.1 to 4.2.0

Bump js-yaml from 4.1.1 to 4.2.0 #559

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Install Node.js
uses: actions/setup-node@v6
with:
## make sure this corresponds with the version in release.yml
node-version: latest
- run: |
npm ci
- name: Package extension
run: npx vsce package
- name: Upload extension vsix to workflow artifacts
uses: actions/upload-artifact@v7
with:
name: haskell-${{ github.sha }}.vsix
path: haskell-*.vsix