Skip to content

chore(deps): update node.js to v20.18.0 #677

chore(deps): update node.js to v20.18.0

chore(deps): update node.js to v20.18.0 #677

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "yarn"
- run: yarn install
- run: yarn test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
- run: yarn e2e