Skip to content

Commit

Permalink
Merge pull request #22 from LayZeeDK/patch-1
Browse files Browse the repository at this point in the history
ci: update action versions
  • Loading branch information
cmgriffing authored Jun 26, 2022
2 parents 946be4d + d75c221 commit e914d3a
Showing 1 changed file with 3 additions and 3 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:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn run lint
- run: yarn run test
- run: yarn run test

0 comments on commit e914d3a

Please sign in to comment.