Skip to content

Bump actions/setup-node from 3.6.0 to 3.8.0 #79

Bump actions/setup-node from 3.6.0 to 3.8.0

Bump actions/setup-node from 3.6.0 to 3.8.0 #79

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
jobs:
checkDist:
name: CheckDist
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check if generated code is correct
uses: actions/[email protected]
with:
node-version: "16"
- run: mv dist/index.js dist/index.js.new
- run: npm ci
- run: npm run build
- run: diff dist/index.js dist/index.js.new