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

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed May 14, 2023
1 parent 71fae3d commit fc25acb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 'lts/gallium'
- name: Retrieve the cached "node_modules" directory (if present)
uses: actions/cache@v2
uses: actions/cache@v3
id: node-cache
with:
path: node_modules
Expand All @@ -29,7 +29,7 @@ jobs:
run: npm run lint
- name: build
run: npm run build
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
access: "public"
Expand Down

0 comments on commit fc25acb

Please sign in to comment.