We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8817501 commit 21bfc4fCopy full SHA for 21bfc4f
1 file changed
.github/workflows/ci.yaml
@@ -19,6 +19,7 @@ jobs:
19
- name: Use Node.js Version
20
uses: actions/setup-node@v3
21
with:
22
+ node-version: ${{ env.NODE_VERSION }}
23
registry-url: 'https://npm.pkg.github.com/'
24
scope: '@staffbase'
25
0 commit comments