Skip to content

updating github actions to the latest versions #165

updating github actions to the latest versions

updating github actions to the latest versions #165

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [master]
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run lint
- run: npm test
- run: npm pack --dry-run
- run: npm publish
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: test-screenshots
path: shots/