Skip to content

chore(deps): update node.js to v22.13.0 (#353) #978

chore(deps): update node.js to v22.13.0 (#353)

chore(deps): update node.js to v22.13.0 (#353) #978

Workflow file for this run

name: Node CI
on:
push:
branches:
- "master"
pull_request:
jobs:
test:
strategy:
matrix:
container_tag:
# - "current"
- "lts"
- "22"
fail-fast: false
runs-on: ubuntu-latest
container:
image: "node:${{ matrix.container_tag }}"
steps:
- uses: actions/checkout@v4
- name: Show node env
run: |
node -v
npm -v
- run: npm ci
- run: npm run test
- uses: actions/upload-artifact@v4
with:
name: "junit test reports node ${{ matrix.container_tag }}"
path: junit
cli_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: earthly/[email protected]
with:
version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: earthly +integrate-test