fix: publishing setup

This commit is contained in:
Karol Sójko
2022-07-06 10:07:44 +02:00
parent 8a47c4bb41
commit caaad9205c
6 changed files with 9 additions and 2 deletions
+4 -2
View File
@@ -28,9 +28,11 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
- uses: actions/setup-node@v1
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install locally
run: yarn install --immutable