Skip to content

Commit

Permalink
Merge pull request #526 from Fdawgs/patch-1
Browse files Browse the repository at this point in the history
ci: bump github actions
  • Loading branch information
kucherenko committed Apr 25, 2022
2 parents eee8c7d + edc028b commit d5d8a40
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 d5d8a40

Please sign in to comment.