Skip to content

Commit

Permalink
ci: unpin core actions (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 7, 2022
1 parent a898253 commit cade6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: 'actions/checkout@v2'

- name: 'Use Node.js'
uses: 'actions/setup-node@v2.4.0'
uses: 'actions/setup-node@v2'
with:
node-version: 'lts/*'

- name: 'Cache Node dependencies'
uses: 'actions/cache@v2.1.6'
uses: 'actions/cache@v2'
with:
path: '~/.npm'
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
Expand Down

0 comments on commit cade6a5

Please sign in to comment.