Skip to content

Commit

Permalink
Merge pull request #147 from aknuds1/upgrade-actions
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions
  • Loading branch information
aknuds1 authored Apr 7, 2023
2 parents dceacca + 5221c80 commit 2869823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 2869823

Please sign in to comment.