Skip to content

Commit

Permalink
ci: updaet actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Jan 13, 2023
1 parent 58ff472 commit 238da6c
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 238da6c

Please sign in to comment.