Skip to content

Commit

Permalink
GH Actions: minor type safety improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 25, 2021
1 parent 43dac7a commit a841c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v2
with:
node-version: 14
node-version: '14'
cache: 'yarn'

- name: Yarn install
Expand Down

0 comments on commit a841c09

Please sign in to comment.