Skip to content

Commit

Permalink
Setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonRolev committed Oct 22, 2024
1 parent 737f615 commit 70597ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
fetch-tags: true
# token: ${{ secrets.ADMIN_TOKEN }}

- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
scope: '@mvrdevelopment'

- name: Test pushable
working-directory: libMvrGdtf
run: |
Expand All @@ -34,7 +41,7 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PKG_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

working-directory: libMvrGdtf
run: |
Expand Down

0 comments on commit 70597ca

Please sign in to comment.