Skip to content

Commit

Permalink
chore: switch to github-token-action (#297)
Browse files Browse the repository at this point in the history
* chore: switch to github-token-action

* use setup-node@v2-beta
  • Loading branch information
septs authored Oct 27, 2020
1 parent 400a4b2 commit a3fe894
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- uses: NiceLabs/automatic-github-token@v2
- name: Use Node.js (LTS)
uses: actions/setup-node@v2-beta
- uses: DimensionDev/github-token-action@latest
with:
registry: true
- name: Install
Expand Down

0 comments on commit a3fe894

Please sign in to comment.