Skip to content

Commit

Permalink
ci: update actions in GitHub Actions workflows (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 15, 2022
1 parent cedd311 commit e891289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -15,9 +15,9 @@ jobs:
node-version: [14, 16]

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: npm ci
Expand All @@ -29,9 +29,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '10.x'
- run: npm ci
Expand Down

0 comments on commit e891289

Please sign in to comment.