Skip to content

Bump @types/node from 20.12.8 to 20.14.9 #443

Bump @types/node from 20.12.8 to 20.14.9

Bump @types/node from 20.12.8 to 20.14.9 #443

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
npm run build
test: # make sure the action works on a clean machine without building
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: ./
id: install
- name: Get the sops version
run: sops --version