Skip to content

Commit

Permalink
MD-23 fix: manually use version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeladam518 committed Apr 2, 2024
1 parent 0bf2260 commit 052b706
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Publish to GitHub Packages
env:
NODE_VERSION: 20
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
release:
Expand All @@ -18,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${NODE_VERSION}
node-version: 20
cache: 'npm'
registry-url: 'https://npm.pkg.github.com'

Expand All @@ -33,7 +32,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: ${NODE_VERSION}
node-version: 20
cache: 'npm'
registry-url: 'https://npm.pkg.github.com'

Expand Down

0 comments on commit 052b706

Please sign in to comment.