Skip to content

Commit

Permalink
ci: use node14 for action test
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Aug 9, 2022
1 parent 1d3d18f commit 41f9883
Show file tree
Hide file tree
Showing 2 changed files with 5,063 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- run: |-
set -e
npm i
Expand Down
Loading

0 comments on commit 41f9883

Please sign in to comment.