Skip to content

chore(deps): update dependency @types/node to v18.18.4 #1022

chore(deps): update dependency @types/node to v18.18.4

chore(deps): update dependency @types/node to v18.18.4 #1022

Workflow file for this run

name: Automated tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/[email protected]
with:
cache: yarn
node-version: 18
registry-url: https://registry.npmjs.org
- name: yarn install, test
run: |
yarn install
yarn build
yarn test
env:
CI: true
- name: publish
if: startsWith(github.ref, 'refs/tags/v')
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}