We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8331c59 commit 1459829Copy full SHA for 1459829
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node.js
15
uses: actions/setup-node@v1
16
with:
17
- node-version: 12
+ node-version: 14
18
- name: Install dependencies
19
run: npm install
20
- name: Build NPM package
@@ -29,4 +29,4 @@ jobs:
29
# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/UniversalDataTool/universal-data-tool.git
30
# npm run gh-pages -- -u "github-actions-bot <[email protected]>"
31
# env:
32
-# GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
+# GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
0 commit comments