Skip to content

Commit

Permalink
Node 16 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Apr 3, 2023
1 parent 884ae63 commit 4d3bebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.18.1
node-version: 16.20.0

# Cache dependencies
- name: Cache Dependencies
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.18.1
node-version: 16.20.0

# Cache dependencies
- name: Cache Dependencies
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.18.1
node-version: 16.20.0

# Cache dependencies
- name: Cache Dependencies
Expand Down

0 comments on commit 4d3bebd

Please sign in to comment.