Skip to content

Commit

Permalink
chore: update workflow actions version and use securely (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCheta authored Nov 3, 2023
1 parent 462d80c commit 8888618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Use Node.js 14.x
uses: actions/setup-node@v1
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: 14.x
node-version: 18
- run: npm i
# - run: npm run tests
- run: npm run lint:ts
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

- name: Push package to npmjs.com
uses: actions/setup-node@v1
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 8888618

Please sign in to comment.