Skip to content

Commit

Permalink
upgrade actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Nov 20, 2023
1 parent a551355 commit c50295b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
node-version: [16.x, 18.x, '20.x']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i
Expand All @@ -42,8 +42,8 @@ jobs:
needs: [build]
if: ${{ startsWith(github.ref, 'refs/tags/') }}
steps:
- uses: actions/checkout@v3
- uses: JS-DevTools/npm-publish@v2
- uses: actions/checkout@v4
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
access: 'public'

0 comments on commit c50295b

Please sign in to comment.