Skip to content

Commit

Permalink
Revert "Switch CI to match our container's version of node"
Browse files Browse the repository at this point in the history
This reverts commit 357027a.
  • Loading branch information
nathanfranklin committed Oct 6, 2023
1 parent 5aeab17 commit 4077c5a
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: 14.x
node-version: 16.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: 14.x
node-version: 16.x

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

0 comments on commit 4077c5a

Please sign in to comment.