Skip to content

Commit

Permalink
update github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
glasstiger committed Nov 28, 2023
1 parent a3eaf2a commit 7bcfa1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 21

- name: Install dependencies
run: npm ci
Expand All @@ -30,7 +30,7 @@ jobs:
run: npm run eslint

- name: Publish
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.CI_TOKEN }}
access: public
Expand Down

0 comments on commit 7bcfa1d

Please sign in to comment.