Skip to content

upgrade node and yarn in deployed docker images #64

upgrade node and yarn in deployed docker images

upgrade node and yarn in deployed docker images #64

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: corepack enable
- run: yarn install
- run: yarn test