Skip to content

Bump node version in the GH Action runner #49

Bump node version in the GH Action runner

Bump node version in the GH Action runner #49

Workflow file for this run

name: Build and test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20
- run: cd sdk && npm ci
- run: cd sdk && npm test