Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update actions/* deps to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher authored May 19, 2023
1 parent 9d217ca commit 279bc2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
# We're using npm to publish due to: https://github.com/yarnpkg/yarn/issues/5779
- run: npm install
- run: npm run prepack
Expand Down

0 comments on commit 279bc2e

Please sign in to comment.