Skip to content

Bump actions/setup-node from 4.0.2 to 4.0.3 #236

Bump actions/setup-node from 4.0.2 to 4.0.3

Bump actions/setup-node from 4.0.2 to 4.0.3 #236

name: Node.js Benchmark
on: [push]
env:
CI: true
FORCE_COLOR: 2
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.3
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm test
- name: Create commit
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: 'Update benchmark results'
branch: master
file_pattern: stats.txt
disable_globbing: true