We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fe9739 + 90a941a commit 435e62eCopy full SHA for 435e62e
.github/workflows/continuous-deployment.yml
@@ -72,11 +72,11 @@ jobs:
72
env:
73
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
74
75
- - name: Use Node.js 16 (GitHub repository)
76
- uses: actions/setup-node@v2
+ - name: Use Node.js (GitHub repository)
+ uses: actions/setup-node@v4
77
with:
78
+ node-version-file: '.nvmrc'
79
registry-url: 'https://npm.pkg.github.com'
- node-version: 16
80
81
- name: Publish to GitHub Packages
82
run: npm publish --access public
0 commit comments