Skip to content

Commit

Permalink
Update last node version in actions (chartjs#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored Nov 16, 2021
1 parent 0b1ced5 commit 156386f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Test
run: |
npm ci
Expand Down

0 comments on commit 156386f

Please sign in to comment.