Skip to content

Commit

Permalink
chore: set release workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Sep 23, 2021
1 parent 99e3b32 commit d8c285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit d8c285f

Please sign in to comment.