From fd816844600b1c7c57f0cd3edb353403b8d78cec Mon Sep 17 00:00:00 2001 From: Gabriel Juchault Date: Wed, 5 Jul 2023 18:23:10 +0200 Subject: [PATCH] feat(ci): switch from volta-cli/action to standard actions/setup-node --- .github/workflows/typescript-library-starter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-library-starter.yml b/.github/workflows/typescript-library-starter.yml index 66776b3..59585c1 100644 --- a/.github/workflows/typescript-library-starter.yml +++ b/.github/workflows/typescript-library-starter.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: volta-cli/action@v3 + - uses: actions/setup-node@v3 - run: npm ci - name: Dependencies audit