Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

[Fix] pin tmp to v0.2.1 due to a breaking change #31

[Fix] pin tmp to v0.2.1 due to a breaking change

[Fix] pin tmp to v0.2.1 due to a breaking change #31

Workflow file for this run

name: 'Tests: node.js'
on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>=16 || ^14.15 || ^12.13'
type: minors
command: npm run tests-only
node:
name: 'node'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'