Skip to content

Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the github-actions group #132

Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the github-actions group

Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the github-actions group #132

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
permissions:
contents: read
# Ensure scripts are run with pipefail. See:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '18.x'
- run: npm ci
- run: npx tsc
- run: node ./GithubCommentReader/index.js