Skip to content

Commit

Permalink
Bump GitHub actions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
annervisser committed May 16, 2023
1 parent 81bbe0d commit 453fd1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'ScientaNL/locking-cache'
steps:
- name: Cancel Previous Runs
if: ${{ !env.ACT }}
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: npm ci
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/release-npm-version-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ jobs:
name: NPM publish axios-oauth2
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
if: ${{ !env.ACT }}
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: NPM version release
uses: ScientaNL/release-npm-github-action@1.1.0
uses: ScientaNL/release-npm-github-action@1.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
npm-token: "${{ secrets.NPM_SCIENTA_TOKEN }}"
Expand Down

0 comments on commit 453fd1a

Please sign in to comment.