Skip to content

Commit

Permalink
ci: 💚 run CI flow with Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Aug 25, 2022
1 parent 73733c0 commit 44db45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "16.x"

- name: Build
id: build
Expand Down

0 comments on commit 44db45e

Please sign in to comment.