Skip to content

Update testAnimations.yml to use node LTS #58

Update testAnimations.yml to use node LTS

Update testAnimations.yml to use node LTS #58

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on: pull_request
jobs:
create_snapshots:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "22.11.0"
- run: npm install
- run: npm run test:create
- run: npm run build
- run: npm run test:compare