Skip to content

Commit

Permalink
ci(actions): added the version comment back in for the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Aug 24, 2023
1 parent 0cebffc commit c9bfb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7
- uses: actions/checkout@7739b9ba2efcda9dde65ad1e3c2dbe65b41dfba7 # v3
- name: Setup node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version-file: .nvmrc
cache: npm
Expand Down

0 comments on commit c9bfb44

Please sign in to comment.