mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-18 23:20:14 +02:00
Migrate to ESMBundler and node 24 (#345)
This commit is contained in:
committed by
GitHub
parent
f611dfc122
commit
0be154b683
@@ -16,11 +16,12 @@ jobs:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||
with:
|
||||
node-version: "20"
|
||||
node-version-file: .nvmrc
|
||||
cache: npm
|
||||
- name: Update known checksums
|
||||
id: update-known-checksums
|
||||
run:
|
||||
node dist/update-known-checksums/index.js
|
||||
node dist/update-known-checksums/index.cjs
|
||||
src/download/checksum/known-checksums.ts ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: npm ci --ignore-scripts && npm run all
|
||||
- name: Create Pull Request
|
||||
|
||||
Reference in New Issue
Block a user