Skip to content

chore(deps): update pnpm to v11 #761

chore(deps): update pnpm to v11

chore(deps): update pnpm to v11 #761

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- develop
workflow_dispatch:
permissions:
contents: write
packages: write
env:
CI: true
HUSKY: 0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- name: Cache ESLint
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
with:
key: eslint-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml', 'eslint.config.*') }}-${{ github.run_id }}
path: .eslintcache
restore-keys: |
eslint-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml', 'eslint.config.*') }}-
eslint-cache-${{ runner.os }}-
- name: Lint
run: nr lint:ci
- name: Compile
run: nr prod:build
- name: Build project
run: rojo build ./build.project.json --output place.rbxl