Skip to content

Commit

Permalink
Upgrade release.yml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhotel authored Jul 22, 2023
1 parent b52f9d3 commit 95b6f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Cache
uses: actions/cache@v3
with:
Expand All @@ -26,9 +26,9 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Install dependencies
run: npm i
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm i
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 95b6f8a

Please sign in to comment.