Skip to content

Upgrade: Bump @msobiecki/eslint-config from 8.8.36 to 8.8.38 #6

Upgrade: Bump @msobiecki/eslint-config from 8.8.36 to 8.8.38

Upgrade: Bump @msobiecki/eslint-config from 8.8.36 to 8.8.38 #6

name: Pull Request check
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: read
contents: read
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v4
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
node-version: ${{ matrix.node-version }}
registry-url: https://npm.pkg.github.com
scope: "@msobiecki"
- name: Install dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build project
run: npm run build