Skip to content

Commit

Permalink
Merge pull request #96 from MichaelCurrin/ci-upgrade-workflow-versions
Browse files Browse the repository at this point in the history
ci: update actions versions
  • Loading branch information
MichaelCurrin authored Jan 13, 2023
2 parents 58ff472 + 238da6c commit 63bf7b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: 16

- name: Get cached dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 63bf7b4

Please sign in to comment.