Skip to content

chore(deps): bump nanoid from 3.3.4 to 3.3.8 in /website #2935

chore(deps): bump nanoid from 3.3.4 to 3.3.8 in /website

chore(deps): bump nanoid from 3.3.4 to 3.3.8 in /website #2935

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies
run: go get -v -t -d ./...
- name: Test without docker
run: go test -v -timeout 200s ./...