Skip to content

Commit

Permalink
ci: bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 25, 2022
1 parent eee8c7d commit edc028b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -12,9 +12,9 @@ jobs:
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v1
- 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 }}
- name: yarn install, build, and test
Expand Down

0 comments on commit edc028b

Please sign in to comment.