Skip to content

Commit

Permalink
Update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bijij committed May 22, 2023
1 parent 819a1cf commit c72cb3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3

- name: Install Deps
run: |
npm install eslint
npm install eslint-plugin-json
- name: Lint with ESLint
run: |
$(npm bin)/eslint . --ext .js,.json
npx eslint . --ext .js,.json
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3

- name: Install Required NPM packages
run: |
npm install jwtgen
npm install -g jwtgen
- name: Create release
uses: actions/create-release@v1
Expand Down

0 comments on commit c72cb3a

Please sign in to comment.