Skip to content

chore(deps): bump js-sys from 0.3.67 to 0.3.68 #70

chore(deps): bump js-sys from 0.3.67 to 0.3.68

chore(deps): bump js-sys from 0.3.67 to 0.3.68 #70

Workflow file for this run

name: pull_request
on:
pull_request:
branches:
- master
- 1.9.x
- 1.8.x
- 1.7.x
- 1.6.x
- 1.5.x
- 1.4.x
- 1.3.x
- 1.2.x
- 1.1.x
- 1.0.x
jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: setup
run: bash ./bin/install.sh
- name: installing
run: npm ci
- name: testing wasm
run: npm run test:rs -- --node
- name: building
run: bash ./bin/build.sh
- name: testing builded files
run: npm run test:ts