Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Aug 22, 2024
1 parent 1315585 commit b45fec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
run: |
echo 'Only the tags "latest" or "next" are supported. You entered "${{ github.event.inputs.tag }}"'
exit 1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
- uses: actions/cache@v2
node-version: 22.x
- uses: actions/cache@v4
id: npm-cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit b45fec2

Please sign in to comment.