Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 28, 2024
1 parent d93e585 commit 62d05aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-and-deploy-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ jobs:
if: ${{ needs.run-tests.outputs.version == '1' }}
steps:
- uses: actions/checkout@v4

- name: Install packages
run: sudo apt-get install -y libkrb5-dev

- uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '18.19.0'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- name: Create scope-tags build
Expand Down

0 comments on commit 62d05aa

Please sign in to comment.