Skip to content

Commit

Permalink
ci: Package action on node16 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink authored Aug 11, 2023
1 parent 9ea4e66 commit 8e3a364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v2
with:
ssh-key: "${{ secrets.COMMIT_KEY }}"
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Javascript dependencies with npm
run: npm install
- name: Package action for distribution
Expand Down

0 comments on commit 8e3a364

Please sign in to comment.