We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df708bc commit 78e5047Copy full SHA for 78e5047
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Setup nodejs
50
uses: actions/setup-node@v2-beta
51
with:
52
- node-version: 12.x
+ node-version: 14
53
- name: Install deps
54
run: npm install
55
- name: Build proj
0 commit comments