Skip to content

Commit

Permalink
Switch CI to match our container's version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Jun 30, 2023
1 parent 5f7b592 commit 357027a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 14.x

- uses: actions/cache@v1
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 14.x

- uses: actions/cache@v1
with:
Expand Down

0 comments on commit 357027a

Please sign in to comment.