setup node for audit job

This commit is contained in:
Jonas Kruckenberg
2022-04-11 20:46:29 +02:00
parent bbc7a15659
commit 267170a74f

View File

@@ -12,5 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'
- name: yarn audit
run: yarn audit