Skip to content

Commit eefb3bc

Browse files
authored
Upgrade release.yml dependencies
1 parent 017d9c8 commit eefb3bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 14
20+
node-version: 18
2121
- name: Cache
2222
uses: actions/cache@v3
2323
with:
@@ -26,13 +26,13 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-npm-
2828
- name: Install dependencies
29-
run: npm i
3029
env:
3130
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
run: npm i
3232
- name: Build
3333
run: npm run build --if-present
3434
- name: Release
35-
run: npx semantic-release
3635
env:
3736
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3837
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
run: npx semantic-release

0 commit comments

Comments
 (0)