Skip to content

Commit

Permalink
ci: bump actions/checkout and actions/setup-node to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
coopflow committed Mar 2, 2022
1 parent c3c0f1a commit de9520f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
Expand All @@ -32,9 +32,9 @@ jobs:
node-version: [10, 12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down

0 comments on commit de9520f

Please sign in to comment.