Skip to content

Commit

Permalink
Use updated node version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Jun 21, 2022
1 parent ef943f6 commit d1b4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v2
with:
node-version: "12.16.3"
node-version: "14.15.4"
- run: npm install -g yarn
- name: Grant permissions to Scripts
run: |
Expand Down

0 comments on commit d1b4b4e

Please sign in to comment.