Skip to content

chore(deps): update dependency @types/node to ~18.18.0 #505

chore(deps): update dependency @types/node to ~18.18.0

chore(deps): update dependency @types/node to ~18.18.0 #505

Workflow file for this run

name: Test
on: [push]
jobs:
Test:
if: "!contains(github.event.head_commit.message, 'WIP')"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.12.1]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node-version}}
cache: 'npm'
- run: npm ci
- run: npm test