Skip to content

Commit

Permalink
Update to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
mackysoft committed Nov 1, 2023
1 parent 68f10e6 commit 729f191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
lfs: true

# Cache
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}
Expand Down

0 comments on commit 729f191

Please sign in to comment.