Skip to content

Commit 1459829

Browse files
authored
upgrade to node 14
1 parent 8331c59 commit 1459829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 14
1818
- name: Install dependencies
1919
run: npm install
2020
- name: Build NPM package
@@ -29,4 +29,4 @@ jobs:
2929
# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/UniversalDataTool/universal-data-tool.git
3030
# npm run gh-pages -- -u "github-actions-bot <[email protected]>"
3131
# env:
32-
# GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
32+
# GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)