Skip to content

Commit

Permalink
chore: Run node 14 when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jul 26, 2022
1 parent a719fc9 commit ed31749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: "14"
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit ed31749

Please sign in to comment.