Skip to content

Commit

Permalink
ci: use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Jan 20, 2022
1 parent 6cec1a3 commit ec70717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ec70717

Please sign in to comment.