Skip to content

Commit

Permalink
Merge pull request #307 from alisonatwork/github-actions
Browse files Browse the repository at this point in the history
bump github actions to node 16
  • Loading branch information
alisonatwork committed Oct 30, 2022
2 parents 0b0f1ab + ffb5a98 commit ddad1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
Expand Down

0 comments on commit ddad1c0

Please sign in to comment.