Skip to content

Commit

Permalink
fix: Bump node version on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-coldwell committed Aug 5, 2021
1 parent 7313a0c commit c9c9239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- run: yarn --frozen-lockfile
- run: |
cd example/
Expand Down

0 comments on commit c9c9239

Please sign in to comment.