Skip to content

Commit

Permalink
globalThis was only defined in node 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Nov 28, 2023
1 parent c029be5 commit b39b5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'

- name: Run tests
run: sbt clean test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'

- name: Install MLton
run: |
Expand Down

0 comments on commit b39b5b1

Please sign in to comment.